Hello everyone,
First of all, thank you to Auth0 for this wonderful product as well as the community on here.
For the problem I’m facing:
I’m trying to host a React app on Heroku with Auth0 and everything is working OK locally. But when I try to login on Heroku it ends up giving me a 404 on the callback route.
Earlier I hadn’t provisioned an Auth0 addon on Heroku but then I did that and tried with my new clientId and new authdomain which was a new url(Idk if I should use it) but still getting a 404 on the callback.
Has anyone ran into the same problem?
I searched for solutions on the forum but none worked for me.
Thanks