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
When I run consecutive requests against the server for the same url I always get duplicates of the add to cache logs, but the cached result is never returned.
I have the cache middleware second function return true all the time, but it always goes to the next middleware which actually renders the html on the server and sends it back. Am I missing anything?
The text was updated successfully, but these errors were encountered:
I have the following:
When I run consecutive requests against the server for the same url I always get duplicates of the add to cache logs, but the cached result is never returned.
I have the cache middleware second function return true all the time, but it always goes to the next middleware which actually renders the html on the server and sends it back. Am I missing anything?
The text was updated successfully, but these errors were encountered: