invalid_token "`state` does not match."

Hi There,
I’m using angular 5 with the tutorial code that Auth0 provides when you create a new application. It’s logging in fine, but then I get a popup message saying that the “state does not match.” Any ideas how to solve it without going back to Angular 5? What do I need to check?

Sean

“dependencies”: {
@angular/animations”: “^5.0.0”,
@angular/common”: “^5.0.0”,
@angular/compiler”: “^5.0.0”,
@angular/core”: “^5.0.0”,
@angular/forms”: “^5.0.0”,
@angular/http”: “^5.0.0”,
@angular/platform-browser”: “^5.0.0”,
@angular/platform-browser-dynamic”: “^5.0.0”,
@angular/router”: “^5.0.0”,
“auth0-js”: “^8.12.1”,
“core-js”: “^2.4.1”,
“rxjs”: “^5.5.2”,
“zone.js”: “^0.8.14”
},

Can you confirm that this is the tutorial you mention (https://auth0.com/docs/quickstart/spa/angular2/01-login)? Also check and mention anything that might be different from that sample, even if it’s as small as using a different port or running in a different hostname. I already saw a similar issue, but I could not reproduce it; there’s also a few other reports with slightly different situations so the more information you’re able to share the better.

@jmangelo
I have tried fresh demo ionic 2+ from https://manage.auth0.com/#/clients/TinP_CVzKavoSWq4FsgA3UajKacAGT0h/quickstart.

I receiving bellow error.
Response state does not match expected state.

please give your help/suggestion for the same.