Hi,
I have managed to successfully add a custom domain for my tenant. I have also configured Lock like so:
var lock = new Auth0Lock(config.clientID, config.auth0Domain, {
configurationBaseUrl: 'https://cdn.eu.auth0.com',
...
I am using the PHP SDK to call the authentication so passing my custom domain from there. When I input my username and password, I get the following error:
WE’RE SORRY, SOMETHING WENT WRONG WHEN ATTEMPTING TO LOG IN.
And in the console:
https://mycustomdomain/usernamepassword/login 404 (Not Found)
Any ideas as to where I might be doing things wrong?
