You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 18, 2020. It is now read-only.
The other is using on premise auth0 (testing and production).
Behaviors
The code loads the configuration for the domain and the client ID on API for the appropriate build. But when Lock is displayed, it loads a javascript file with installation configuration:
The cloud installation works well when the /client/{id}.js is loaded with the cloud instance of auth0.
The on premise doesn't use the domain from the options of the constructor: it use the cdn.auth0.com domain.
I tried using the configurationDomain also but it doesn't solved the issue.
Overview
I work on a project with two environments:
Behaviors
The code loads the configuration for the domain and the client ID on API for the appropriate build. But when Lock is displayed, it loads a javascript file with installation configuration:
/client/{id}.js
is loaded with the cloud instance of auth0.domain
from the options of the constructor: it use thecdn.auth0.com
domain.I tried using the
configurationDomain
also but it doesn't solved the issue.Technical details:
The text was updated successfully, but these errors were encountered: