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 using the following cache configuration in the astro.config.mjs cache: { type: 'memory', clear: 'auto' }
, the reset of the cache only works once after a server restart. The server must be restarted to get the latest changes from the cdn.
Expected Behavior
The reset of the cache should happen more than once.
Current Behavior
The reset works only once after the server start.
Steps to Reproduce
create an astro project with the storyblok astro client (I guess any other client has the same problem as they are using this underlying lib)
The text was updated successfully, but these errors were encountered:
I am using the storyblok astro client.
When using the following cache configuration in the astro.config.mjs
cache: { type: 'memory', clear: 'auto' }
, the reset of the cache only works once after a server restart. The server must be restarted to get the latest changes from the cdn.
Expected Behavior
The reset of the cache should happen more than once.
Current Behavior
The reset works only once after the server start.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: