Skip to content

Commit

Permalink
fix: add scheme to default backend URL for proxying
Browse files Browse the repository at this point in the history
  • Loading branch information
SyedAhkam committed Jul 19, 2023
1 parent 77ea7e8 commit 86313cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

const removeImports = require("next-remove-imports")();

const backendUrl = process.env.BACKEND_URL || "localhost:8000";
const backendUrl = process.env.BACKEND_URL || "http://localhost:8000";

const nextConfig = {
experimental: {
Expand Down

2 comments on commit 86313cc

@vercel
Copy link

@vercel vercel bot commented on 86313cc Jul 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 86313cc Jul 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

thirdeye-flow – ./frontend

thirdeye-flow.vercel.app
thirdeye-flow-argusoss.vercel.app
thirdeye-flow-git-flow-argusoss.vercel.app

Please sign in to comment.