I’m facing an issue with my published WeWeb project. Everything works fine in preview mode, but when I test the published URL, I get this error in the browser console when trying to sign up or log in:
i get this message in my console when trying to sign up
chunk-common.8742bf62.js:1 Error: Invalid Supabase Auth configuration.
at Object.signInEmail (chunk-common.8742bf62.js:1:179003)
at ke (chunk-common.8742bf62.js:1:68039)
at Le (chunk-common.8742bf62.js:1:52662)
at Le (chunk-common.8742bf62.js:1:53053)
at async Ce (chunk-common.8742bf62.js:1:51471)
I’ve double-checked my Supabase credentials (URL and anon key) in WeWeb’s environment variables, and they seem correct. I’ve also ensured the redirect URLs in Supabase match my published URL, also i have changed my site url to the published URL.
Is there something specific I might be missing in configuring authentication for the published environment? Any help or advice would be greatly appreciated!
I’ve also ensured the redirect URLs in Supabase match my published URL, also i have changed my site url to the published URL. - An issue with this would have been my guess but it sounds like you covered it.
Are you using email + password as Supabase Auth or working with OAuth?
Hi guys, how exactly does the issue happen to you? Where do you get stuck? Are you trying to sign up with OAuth or basic authentication? Did you disable Email verification in Supabase? Are both plugins connected? I think we will need to go through the project of each user. Let me know if you can share that in the support chat.