Auth0 not working when I host my React app

Hello,

I am having some trouble connecting Auth0 with my hosted React app. I run it on my local server and it works great but once I try it on the deployed site in Netlify gives me the below error message and the deployment fails. It seems to happen just after I select the login button. Any tips? I have the URL below as well. Any help would be greatly appreciated! Let me know of any other info I can give to make this easier. Thank you!

Error message:

" This site can’t be reached
undefined ’s server IP address could not be found.
DNS_PROBE_FINISHED_NXDOMAIN"

Site link:

https://xenodochial-noyce-23c748.netlify.app/

Hmm, seems you’ve renamed or removed the site since you wrote in. I would be happy to try to take a look if you could tell me where it lives now?

Hi Team,

Auth0 user context is not getting on callback.
https://reverent-brown-cd5a79.netlify.app

Hi @rakeshkananigtu, welcome to the community!

Can you provide some more information on the issue you are seeing? What do you mean by ‘user context is not getting on callback’? Based on your github repo, you seem to be trying to deploy a server on to netlify, which will not work since our service is a JAMstack platform rather than one where you would host your own server.

Let me know if that helps answer your question.