I have created a react app using Auth0 and everything works fine locally. But when I deploy to heroku, Auth0 no longer works.
Note:I have added the deployed link to the following in the application - Allowed Callback URLs, Allowed Logout URLs, Allowed web origins.
Still it doesn't work: https://seams.netlify.app/
This is the error I get:https://undefined/authorize?redirect_uri=
This is where the redirect is coming from
https://undefined/authorize?redirect_uri=
(see the undefined). What causes that though I can't say without more info of your code. – Mike