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
Hi !
I have a middleware that changes the request URI to sort query params, it works fine.
However, the caching middleware continues to use the premodified URI for caching.
Hi !
I have a middleware that changes the request URI to sort query params, it works fine.
However, the caching middleware continues to use the premodified URI for caching.
Is there a solution to fix this problem?