I’m using the following libraries in my local development setup:
"auth0-angular": "^4.1.0",
"auth0-lock": "^v9.1.4"
When I login in the application, I see a popup with a message beneath it (for a very short while): “enter your credentials in the popup window”. When the popup goes away, I am not redirected to the authenticated page of my application, and only part of the login dialog is visible on the screen.
Some extra checks that I did:
- I am indeed not authenticated (I can verify this by trying my authenticated dashboard
- Allowed callback URL’s are OK
- CORS is OK
- No errors in the javascript console
- Sign up works partly: user is created, but again I am not redirected correctly
I know the libraries are a bit out of date but I have a similar application in production with the same version and that application works! I cannot figure out the difference
Thanks