Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accessing payload is not yet supported in Nuxt 3. #1442

Closed
stephenjason89 opened this issue Jul 11, 2022 · 3 comments
Closed

Accessing payload is not yet supported in Nuxt 3. #1442

stephenjason89 opened this issue Jul 11, 2022 · 3 comments
Labels
⛰ pkg:nuxt Related to @pinia/nuxt

Comments

@stephenjason89
Copy link

Reproduction

Install @pinia/nuxt 0.2.0 together with pinia 2.0.15

Steps to reproduce the bug

add @pinia/nuxt to modules:[]
run nuxt dev

I am getting this error
Accessing payload is not yet supported in Nuxt 3.

Rolling back to 0.1.9 without problems

Thanks

Expected behavior

no errors

Actual behavior

error
Accessing payload is not yet supported in Nuxt 3.

Additional information

No response

@DanielKaviyani
Copy link

When I put the ssr: true (or u can remove it if u set it to false) in nuxt.config.ts, the error is gone, it seems everything is working for me

@stephenjason89
Copy link
Author

@DanielKaviyani thanks for the reply but this didn't fix it for me

@DanielKaviyani
Copy link

@stephenjason89

Sorry, You are right.
i meant the 500 error was fixed for me (max call stack)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⛰ pkg:nuxt Related to @pinia/nuxt
Projects
None yet
Development

No branches or pull requests

3 participants