The provided redirect_uri is not in the list of allowed callback URLs angular

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:
image
and the error I’m getting is:
image

what am I missing?
Thank you

Hey @naama, Welcome to the Auth0 community!

For the Authorize request, the Client ID and domain match with the Application client id and domain, from where you took the Allowed Callback URL screen shot?

Regards,
Sid