After upgrading to Angular 6, I am not getting an Invalid Hash error: errorDescription :“response_type contains id_token, but the parsed hash does not contain an id_token property”. I changed no code on my angular app and it seems to be an issue with auth0-js or the parshHash function. I updated to the latest versions of auth0-js and the matching js files from the CDN. I’m at a loss on why it is not working. I bounce to the hosted login page, but when I come back to my app, it throws this error. Please help!
This is my auth0 WebAuth. I confirmed the variables are correct.