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
Check this box if you encountered the issue using Nuxt and the included module.
Describe the bug
Dear maintainer,
I know this is not a well described bug report - but the reason is that we have no idea what's actually happening.
We're using Nuxt in conjunction with pinia-plugin-persistedstate and we encounter the problem, that randomly, out of many thousands of user requests, sometimes a users cookie does not seem to get loaded, which lets the store hydration step fail and resets the store to its initial state (which in our case means a sale fails to go through).
When enabling the debug flag for pinia-plugin-persistedstate, we randomly get the mentioned [pinia-plugin-persistedstate] Error: [nuxt] instance unavailable error message in our server-side error logs. We're already using the experimental asyncContext feature of Nuxt.
Any idea how we could further debug this?
Any pointer is much appreciated 🙏
Reproduction
We're not able to reproduce this, as this happens randomly
Are you using Nuxt?
Describe the bug
Dear maintainer,
I know this is not a well described bug report - but the reason is that we have no idea what's actually happening.
We're using Nuxt in conjunction with pinia-plugin-persistedstate and we encounter the problem, that randomly, out of many thousands of user requests, sometimes a users cookie does not seem to get loaded, which lets the store hydration step fail and resets the store to its initial state (which in our case means a sale fails to go through).
When enabling the debug flag for pinia-plugin-persistedstate, we randomly get the mentioned
[pinia-plugin-persistedstate] Error: [nuxt] instance unavailable
error message in our server-side error logs. We're already using the experimentalasyncContext
feature of Nuxt.Any idea how we could further debug this?
Any pointer is much appreciated 🙏
Reproduction
We're not able to reproduce this, as this happens randomly
System Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: