yusuffaslann
yusuffaslann
> ``` > The response was successfully returned as a challenge response: { > "error": "invalid_token", > "error_description": "The specified access token is bound to an account that no longer...
Do I need to create a proxy configuration file for Angular?
I found the solution, In all services, gateway and auth server the problem was solved when I configured the service methods to allow all cors as follows. --gateway-- old `var...