Hi. There was a problem with a redirect by the server when the tokens expired. When the server tries to redirect and the client accepts a 404, the development server starts correctly.
To Reproduce
Steps to reproduce the behavior:
ng serve --proxy-config ./src/proxy.conf.json
Then clear all cookies and try to send graphql query.
Describe the bug
Hi. There was a problem with a redirect by the server when the tokens expired. When the server tries to redirect and the client accepts a 404, the development server starts correctly.
To Reproduce
Steps to reproduce the behavior:
ng serve --proxy-config ./src/proxy.conf.json
Then clear all cookies and try to send graphql query.Expected behavior
The page is redirected to
/ login
.Environment:
Packages:
Additional context
tsconfig.json
angular.json
proxy.conf.json
create client