Axios Post Request hanging

Up until this morning, logging in has been working.
I’ve the error down to an axios post request to our server, in the rule, neither .then or error functions are reached.

Using Postman I’ve made the same request using same information and urls and it succeeds in less than 1s.

It appears there is a network or some other related issue in reaching my site from auth0. any suggestions on how to debug this?

Hi @adminedu ,

Any error in the tenant log about the login failure? I would add some console.log() in the scripts to debug.

Also, could you provide additional contexts such as name of your tenant, the error message, and axio scripts? Please feel free to disguise any sensitive data.

Thanks!

Not sure what the issue was, but it stopped. Will keep an eye on it.