Hi,
I’m developing a SPA and I’m using an embedded login with Lock’s latest version. Everything looks good but after losing session if I visit any route besides http://localhost:3000 (which is defined in the Allowed Callback URLs property in Auth0’s dashboard), the login form shows but I get a 403 response from the /authorize endpoint. This doesn’t happen when visiting http://localhost:3000 only on http://localhost:3000/[MyRoute]. I’m trying to figure out if I’m missing something in locks’ config or it’s just my code that’s missing something.
Thanks.