You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, requests to resources under _app/immutable are intercepted by the edge function as every other request is as well. If I understand the situation correctly, this potentially prevents Netlify's caching efforts.
Describe the proposed solution
Requests to _app/immutable could be excluded from the edge function by adding an excludedPattern to the manifest.json under .netlify/edge-functions.
Describe the problem
Currently, requests to resources under
_app/immutable
are intercepted by the edge function as every other request is as well. If I understand the situation correctly, this potentially prevents Netlify's caching efforts.Describe the proposed solution
Requests to
_app/immutable
could be excluded from the edge function by adding anexcludedPattern
to themanifest.json
under.netlify/edge-functions
.Alternatives considered
No response
Importance
would make my life easier
Additional Information
Different from #11999
The text was updated successfully, but these errors were encountered: