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

SSR disabled in 3.4.0 error #20242

Closed
bradlis7 opened this issue Apr 12, 2023 · 1 comment
Closed

SSR disabled in 3.4.0 error #20242

bradlis7 opened this issue Apr 12, 2023 · 1 comment

Comments

@bradlis7
Copy link

Environment

Nuxt 3.4.0 error in console when SSR disabled.

Reproduction

I simply add this config:

routeRules: {
  '**': { ssr: false },
},

https://stackblitz.com/edit/github-zk5q6u?file=nuxt.config.ts

Describe the bug

Nuxt fails to start.

Additional context

No response

Logs

Error while mounting app: TypeError: `target` argument of Proxy must be an object, got undefined
    NuxtJS 3
        createNuxtApp
        initApp
        <anonymous>
entry.js:58:13
    NuxtJS 2
        <anonymous>
        (Async: promise callback)
    <anonymous>
@bradlis7
Copy link
Author

Ok, looks like it was fixed here, so if that's the case, this can be closed: #20216

@danielroe danielroe closed this as not planned Won't fix, can't repro, duplicate, stale Apr 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants