-
Notifications
You must be signed in to change notification settings - Fork 27.1k
Closed
Labels
P2The issue is important to a large percentage of users, with a workaroundThe issue is important to a large percentage of users, with a workaroundarea: common/httpIssues related to HTTP and HTTP ClientIssues related to HTTP and HTTP ClientregressionIndicates than the issue relates to something that worked in a previous versionIndicates than the issue relates to something that worked in a previous versionserver: http cache
Milestone
Description
Which @angular/* package(s) are the source of the bug?
common
Is this a regression?
Yes
Description
Previously, we were able to use hydration/http caching with all of our requests from the server to the client. With 17.3.0 (#54746) caching was killed for all requests with authorization headers, but with enterprise applications, this is almost always the case. Therefore, hydration does not occur properly and the application behaves poorly.
Please provide a link to a minimal reproduction of the bug
No response
Please provide the exception or error you saw
No response
Please provide the environment you discovered this bug in (run ng version)
17.3.0
Anything else?
A solution would be to revert this behavior, or to add a configurable bit to the withHttpTransferCacheOptions config. As is, this prevents myself and likely others from upgrading past 17.2
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P2The issue is important to a large percentage of users, with a workaroundThe issue is important to a large percentage of users, with a workaroundarea: common/httpIssues related to HTTP and HTTP ClientIssues related to HTTP and HTTP ClientregressionIndicates than the issue relates to something that worked in a previous versionIndicates than the issue relates to something that worked in a previous versionserver: http cache