Thank you for using Auth0.js! Please read the following before creating a new issue.
Make sure to include as much information as possible for us to understand and reproduce the bug, that way we can fix it as quickly as possible.
Auth0.js version => http://cdn.auth0.com/js/auth0/8.6/auth0.min.js
Browser & OS => Mac Sierra, Windows 10
I can login, work with client, update data, all work fine, when I try to logout show this error with this code:
this.auth0.logout({
'returnTo': environment.auth0Config.logoutURL,
'client_id': environment.auth0Config.clientID
});
Error

Web

I check the config for the project, check the redirects URLS, and work, for localhost and production, but the logout not working.
My project is in Angular v4, I use the instructions => https://auth0.com/docs/libraries/auth0js/v8
Thanks in advance
What error are you getting? (Click in the "see details for this error)
Oh sorry is this

I'm talking about this:

show this =>

when I go to the url and check

Just follow the instructions in that message. You need to add the logout url to your allowed logout urls. 馃帀
okey its different inputs =) sorry and thanks !
Most helpful comment
okey its different inputs =) sorry and thanks !