Angular universal duplicates failed request

106 Views Asked by At

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

There are 0 best solutions below