I have a simple angular app based on git@github.com:auth0-blog/auth0-angular-sample
after login I keep getting The provided redirect_uri is not in the list of allowed callback URLs
although the url is nicely in the list.
tried to google it, didn’t find any helpful answers
my application settings callback url:
and the error I’m getting is:
what am I missing?
Thank you