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
Hello, I installed and ran the codebase locally on my end to see what was going on, as there was some issues with the stackBlitz section, leading to errors. For which I have attached a screenshot of the terminal output not allowing me to run the code on stack blitz:
Note that this issue doesn't persist if I run it locally.
I did play around with the code to better understand what's going on. I believe that this is simply the nature of KeepAlive so that there's a mechanism to reset the cache once it is no longer needed, the issue of cache not being destroyed can be easily resolved by removing it from the exclude array that has been specified. Additionally, I have found the following two links which may help answer your question.
Environment
"nuxt": "^3.11.2"
Reproduction
https://stackblitz.com/edit/nuxt-starter-fzarr5
Describe the bug
keep alive caches are destroyed when visit keep alive excluded page
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: