-
Notifications
You must be signed in to change notification settings - Fork 555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Languages not available on cdn.eu.auth0.com #576
Comments
I have the same issue.... The script should probably try the master cdn if the local one fails, and default to english if the language cannot be found. Being able to log in is a bit more important than the language on the login form... If the user doesn't speak English at all to the extent that they are unable to login using an English form; then they are probably not helped much by a message telling them in English that "Something went wrong"... |
Until we fix this, you can try the following workaround to load the language
|
We should replace the
|
Hi,
Specifying a language with an european account will make the auth lock try to load
https://cdn.eu.auth0.com/js/lock/10.2.1/{{language}}.js
which returns a 403.
I guess Auth0 tries to fetch assets on the eu CDN because I specify veyocare.eu.auth0.com as my clientDomain (my account is linked to this domain and I cannot change it).
Either I am doing something wrong, files are missing or the eu client should point to cdn.auth0.com
Thanks !
The text was updated successfully, but these errors were encountered: