- “auth0-js”: “^9.13.2”
Good afternoon, I’m working with webAuth for the login and it was already working well for me, but from today I’m presenting this error
Good afternoon, I’m working with webAuth for the login and it was already working well for me, but from today I’m presenting this error
Good afternoon,
I’m sorry you are experiencing this issue. Could you provide some of the following information?
Thanks in advance!
I’m using a custom domain, using the sdk Auth0-js": “^ 9.13.2” webAuth, using a login with a username and password
login(data, obs: Subject<any>) {
this.auth0.login(
{
realm: environment.auth0.connection,
username: data.email,
password: data.password,
},
function (err, authResult, e) {
obs.next(err);
}
);
}
Good afternoon,
Would it be possible to provide a HAR file? You can find instructions on how to create them here: Generate and Analyze HAR Files
Please make sure to remove sensitive information.
localhost.har (43.1 KB)
Sorry for the delay, is this somewhere live that can be tested?
The error you have is definitely a CORs error. I would suggest:
You can find more information here: Cross-Origin Authentication