Redirect URLs ain't working at ALL

I am trying to use redirect urls since I have a callback for a login modal. Instead of using my callback as it should be (Even Google sees my callback url) supabase ignores my setted urls at URL Configuration. On dev side it's working fully, in production its not even trying.

I tried like this:
/**
/auth/callback/
/auth/callback
/auth/callback/**
/auth/callback**


Nothing happens at all; it still just drops me to the homepage.*

But on my localhost:3000 it's working without Any URL with the same settings.
Was this page helpful?