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

Experemental noScripts #15000

Closed
green-cats opened this issue Sep 21, 2022 · 0 comments · Fixed by nuxt/framework#7745
Closed

Experemental noScripts #15000

green-cats opened this issue Sep 21, 2022 · 0 comments · Fixed by nuxt/framework#7745

Comments

@green-cats
Copy link

Environment


  • Operating System: Darwin
  • Node Version: v16.17.0
  • Nuxt Version: 3.0.0-rc.11
  • Nitro Version: 0.5.4
  • Package Manager: yarn@1.22.19
  • Builder: vite
  • User Config: -
  • Runtime Modules: -
  • Build Modules: -

Reproduction

  • Create new project
  • Enable noScripts option in the nuxt.config.js

Describe the bug

If noScripts enabled you can see error in the browser console

entry.mjs:61 Error while mounting app: TypeError: Cannot create proxy with a non-object as target or handler
    at createNuxtApp (nuxt.mjs?v=ba25a7cc:46:31)
    at initApp (entry.mjs:39:18)
    at entry.mjs:60:3
(anonymous) @ entry.mjs:61
Promise.catch (async)
(anonymous) @ entry.mjs:60

Additional context

No response

Logs

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants