Hi,
I work on Angular 5 and I have got this message on the console:
error: “access_denied”
errorDescription: “Cannot read property ‘options’ of undefined”
There are the dependencies :
“dependencies”: {
“@angular/animations”: “^5.2.0”,
“@angular/common”: “^5.2.0”,
“@angular/compiler”: “^5.2.0”,
“@angular/core”: “^5.2.3”,
“@angular/forms”: “^5.2.0”,
“@angular/http”: “^5.2.0”,
“@angular/platform-browser”: “^5.2.0”,
“@angular/platform-browser-dynamic”: “^5.2.0”,
“@angular/router”: “^5.2.0”,
“ajv”: “^6.2.0”,
“angular2-jwt”: “^0.2.3”,
“auth0-js”: “^9.3.0”,
“auth0-lock”: “^11.3.0”,
“core-js”: “^2.4.1”,
“express-jwt”: “^5.3.0”,
“jwks-rsa”: “^1.2.1”,
“rxjs”: “^5.5.6”,
“zone.js”: “^0.8.19”
}
Thanks for your help.
Can you provide a bit more details on what you are trying to do when you get this error? Is there some code you could provide to reproduce the issue (please make sure to remove any sensitive data)?
With your response I will be able to better assist you!