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

help: Unable to load devtools #394

Closed
ahoiroman opened this issue Aug 17, 2023 · 2 comments
Closed

help: Unable to load devtools #394

ahoiroman opened this issue Aug 17, 2023 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@ahoiroman
Copy link

📚 What are you trying to do?

I am using dev tools with

export default defineNuxtConfig({
    devtools: {enabled: true},
//..
});

Now I am getting these errors:

Bildschirmfoto 2023-08-17 um 12 54 45@2x

I am not able to reproduce this on stackblitz, so I guess there's something wrong with my local setup. But what could that be? Where do I have to look?

🔍 What have you tried?

I tried to reinstall all dependencies, deleted the package lock file and node_modules, making sure

    "@nuxt/devtools": "latest",

is installed.

ℹ️ Additional context

No response

@ahoiroman ahoiroman added the help wanted Extra attention is needed label Aug 17, 2023
@ahoiroman
Copy link
Author

I mentioned that this error appears, once buildAssetsDir: '/_application/' is set.

@cuebit
Copy link
Contributor

cuebit commented Aug 17, 2023

This is resolved by #386. You can use the edge release or await the next stable release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants