Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: disable hydration HTTP transfer cache (#1635)
The introduction of SSR hydration with the last Angular Upgrade also activated HTTP Cache transfer which is not desired in all cases. The PWA was designed to specifically refetch certain resources when booting up on the client (i.e. CMS and Product Data). HTTP Client Cache is disabled again. https://angular.io/api/platform-browser/provideClientHydration
- Loading branch information