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
I am having an issue with angular-cache not working in production but working fine on localhost.
I add some requests to a localstorage cache called "employeescache". The requests vary by parameter, eg:
/api/employee?id=1
/api/employee?id=2
etc
On localhost these are being cached, and I can see that there is a key for each request.
On production there is only one key being saved at a time, and even though I refresh the page, it doesn't retrieve the data from cache using the key already in the cache.
I am having an issue with angular-cache not working in production but working fine on localhost.
I add some requests to a localstorage cache called "employeescache". The requests vary by parameter, eg:
/api/employee?id=1
/api/employee?id=2
etc
On localhost these are being cached, and I can see that there is a key for each request.
On production there is only one key being saved at a time, and even though I refresh the page, it doesn't retrieve the data from cache using the key already in the cache.
On production I also get an error, which I don't get on localhost:
Error: n is undefined
get@https://cdnjs.cloudflare.com/ajax/libs/angular-cache/4.6.0/angular-cache.min.js:1:2250
r@https://ajax.googleapis.com/ajax/libs/angularjs/1.4.9/angular.min.js:89:20
Any ideas why this is?
The text was updated successfully, but these errors were encountered: