I have set up Google OAuth using Superbase, and it's working fine on my localhost:3000, but not on my production site which is hosted on Vercel.
The problem is like this on my production server.
You can see my URL Configuration here.
Did I do something wrong? or do I need to change things somewhere else in Google Cloud for example?
One thing to note is that I'm using NextJS 13.
I solved it, it was a typo in the environment variable I used on Vercel. I know, embarrassing.