Angular universal duplicates failed request

Viewed 73

I am using Angular Universal with Angular 10. I've imported ServerTransferStateModule into my AppServerModule and TransferHttpCacheModule into my AppModule.

Everything works well, but if the initial request fails with some error (404, 500), it's executed on client a second time. Is this expected behaviour?

0 Answers
Related