Provider invalid OAuth2 redirect_uri
I am getting an error when I try to sign in with Discord on my prod environment. I don't have this issue locally
I get
The redirect uri is the backend where better-auth is set up
the request cookie has the
I think my oauth2 redirect uri is set up correctly, it's basically the same for local and prod as well
I get
Invalid OAuth2 redirect_uri and I checked the browser logsThe redirect uri is the backend where better-auth is set up
https://mercury-development.up.railway.app/api/auth/callback/discordthe request cookie has the
__secure prefixI think my oauth2 redirect uri is set up correctly, it's basically the same for local and prod as well
