We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.