Help Needed: Can't Sign Up with Supabase on Published URL in WeWeb

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! :blush:

Thanks in advance!

Hi @Williams :wave:

Apologies for the late reply.

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?