We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/Angular-RU/angular-universal-starter/blob/d0b4b2a05a9d32c52562cf364261669bffde873c/server.ts#L61
The above code can cause express error Error: Can't set headers after they are sent to the client in some cases.
Error: Can't set headers after they are sent to the client
I think next() was still called even after res.redirect calls happened, not sure if it is intended.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://github.com/Angular-RU/angular-universal-starter/blob/d0b4b2a05a9d32c52562cf364261669bffde873c/server.ts#L61
The above code can cause express error
Error: Can't set headers after they are sent to the client
in some cases.I think next() was still called even after res.redirect calls happened, not sure if it is intended.
The text was updated successfully, but these errors were encountered: