TAMULib / scholars-angular

MIT License
1 stars 1 forks source link

Remove cache and switch back to TransferHttpCacheModule #393

Closed wwelling closed 2 months ago

wwelling commented 2 months ago

https://github.com/angular/universal/blob/main/docs/transfer-http.md

This state transfer of HttpClient GET requests matches on full URL. This is incompatible with SSR node requests to different address for the service calls than the browser.