redirect inside docker always redirects to localhost #66036
Unanswered
wjs9715
asked this question in
App Router
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a nextjs app deployed to google cloud run using docker.
When I try to navigate using redirect, I am always redirected to
localhost:8080
. Instead of the cloud run hosted url.How can I make redirect goes to the cloud run url?
Beta Was this translation helpful? Give feedback.
All reactions