How can I make signup to Supabase Authentication work on google cloud run #30995
Unanswered
apurbanand
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have set up a next js application in which i have given form for signup of new users to Supabase Authentication. I used VS code editor to write the application. The relevant part of code that I used is -
The above code worked well for
'http://localhost:3000'
. But when I used this code after hosting on google cloud as a cloud run applicaiton, it stopped working. How can I make signup to Supabase Authentication work on google cloud run?Beta Was this translation helpful? Give feedback.
All reactions