Login works in Firefox, not in Safari & Chrome

Our site is live at https://expenses.kiezburn.org/

When I log in via Safari or Chrome I get this error:

WE’RE SORRY, SOMETHING WENT WRONG WHEN ATTEMPTING TO LOG IN.

But when I login via Firefox, the login is successful. I’m using a password manager so the password is the same in all cases. I can’t find any error in my console in Safari or Chrome. When I login on localhost in our development version, I am successfully logged in.

Any suggestions on how to debug this issue?

Checking the logs I see 2 errors for an attempted login with Safari:

Failed Silent Auth

Then immediately following:

Failed Cross Origin Authentication

While if I login as the same user, same site, but in Firefox, then I see Success Cross Origin Authentication repeated twice in the logs.

Update: Login does work in Chrome, just not in Chrome Incognito. This might be because I’ve upgraded the Auth0 lock package. I’ve also posted an issue on auth0-lock.

1 Like

Perfect! I’ll ping repo maintainers to look at it