-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Error on Startup after Migration to Nuxt Bridge on Fresh Project #138
Comments
You are not alone, I also faced the same problem |
Looking at this, the issue is caused by not using Bridge. (You need to update your nuxt.config.) |
I have an updated config and still am experiencing this issue. |
@wolzey Would you share a reproduction? |
@danielroe thanks for re-opening and the quick response. I re-applied the changes to upgrade to Nuxt 3 using Bridge and am no longer getting the error. I think we can mark this one down as a user error and re-close. Thanks! |
I am still getting the same issue but while using nuxt bridge. I haven't tried upgrading to Nuxt 3 yet though. |
UpdateSo it turns out that this error is avoided if I change my End UpdateI'm receiving the same error, but on an older project running nuxtJS and Vue 2, along with Vuetify. Environment:
Error:
Note:I know that
I'm at a loss. |
Same for me, I even got a test repo where it happens: https://github.com/Remo/laravel-nuxt-bridge |
Anyone fix this issue? Followed the documentation on the nuxt bridge page and came across this error. The core team seriously roll out buggy features. |
@Cally99 If you are encountering an issue, please create a new issue with a reproduction and we'll look into it. 😉 |
@danielroe there is another issue with the same problem and a repo where you can reproduce the problem: #314 |
If you are still getting this error while debugging your migration process, I encountered severe issues in development and according to the migration guide that says that you can disable Bridge if you set If you do this, you have to start nuxt with the legacy script, because Use |
Any updates on this?
I really have no idea of even where to start looking. |
Environment
Darwin
v16.11.0
2.16.0-27358576.777a4b7f
yarn@1.22.17
Webpack
target
,head
,css
,plugins
,components
,buildModules
,modules
,vuetify
,build
-
@nuxtjs/vuetify@1.12.3
Reproduction
https://github.com/timgoeller/nuxt-bug
Describe the bug
When generating a new empty Nuxt 2 project and applying the steps provided in the Nuxt Bridge getting started guide (https://v3.nuxtjs.org/getting-started/bridge/), calling
yarn dev
throws an error when usingnuxi dev
(usingnuxt
still works).The error message is as follows:
I think it might have to do with this recent change, even though it seems like no one else encountered this issue yet: nuxt/framework@4bd7ada#diff-86f78f1673e500e055e8a1f266252abe62af18f0b52424f09275d7f2b1e96d3f
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: