You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had the same error immediately after deploying and renaming my site. I fixed it by doing a redeploy so that the frontend code knew my site's new name.
I also had the same error after renaming my site. I fixed by changing the redirect URL without .js.
After changing the redirect URL from {url-of-my-site}/.netlify/functions/auth-callback.js to {url-of-my-site}/.netlify/functions/auth-callback, run trigger to deploy the apps again, it works
I also had the same error after renaming my site. I fixed by changing the redirect URL without .js.
After changing the redirect URL from {url-of-my-site}/.netlify/functions/auth-callback.js to {url-of-my-site}/.netlify/functions/auth-callback, run trigger to deploy the apps again, it works
I have tried to follow this guide but when I click on the "Login with Netlify" button, I get the following error:
Error during authorization
Redirect URI doesn’t match application
The steps I have taken:
Steps to reproduce:
Navigate to the following URL and click the "Login with Netlify button:
https://netlify-oath-example.netlify.app/
I'd really love to get this working and would appreciate any insights! :)
The text was updated successfully, but these errors were encountered: