https://github.com/nuxt/create-nuxt-app/issues/355#
Repro steps present at link.
Working server/default project.
Issue identified using create-nuxt-app:
https://github.com/nuxt/create-nuxt-app/issues/355#
Same issue here with 2.10.0 release.
Got the same thing after upgrading to 2.10.0 on a project that works fine on 2.9.2.
Had to revert back in the meantime.
Having a similar issue with a pristine SSR project in dev mode:
The errors says:
TypeError: "meta.getOptions(...) is undefined"
The screen flashes the content but then goes blank.
Doing a build and start in production works fine though.
With no chosen UI framework works well.
I'm having the same poblem but only on Ubuntu. On Windods 10 it works well by the way.
Can confirm I'm on Ubuntu
On Thu, Oct 3, 2019, 10:18 PM DennisKot notifications@github.com wrote:
I'm having the same poblem but only on Ubuntu. On Windods 10 it works well
by the way.—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/nuxt/nuxt.js/issues/6506?email_source=notifications&email_token=AAAFA5XOWIS7Y376HLXOIZDQM3G3DA5CNFSM4I42L6H2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEAKN7YA#issuecomment-538238944,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAAFA5TVWP2GXZYQ7CVSU7LQM3G3DANCNFSM4I42L6HQ
.
I'm having the same poblem but only on Ubuntu. On Windods 10 it works well by the way.
At first I used create-nuxt-app as following:
package manager: Yarn
UI framework: Vuetify
server framework: Express
Nuxt modules: Axios + PWA
Lint: ESLint + Prettier
test framework: Jest
rendering mode: SSR
I'm having the problem on a Windows 10 machine, can't confirm for Linux though. I had the project configured to use Vuetify and the above problem occurred. I checked if the same happens when no UI framework is being selected and indeed, it then works.
I then used this config:
package manager: Yarn
UI framework: none
server framework: Express
Nuxt modules: Axios + PWA
Lint: ESLint + Prettier
test framework: Jest
rendering mode: SSR
You can mitigate this issue by installing/upgrading to vue-meta v2.3.0
manually
For me the issue is now resolved. I'm not sure if installing vue-meta
is helping. When I do a pristine SSR project it works. An inspection in the yarn.lock
learns me that vue-meta
2.3.0 is installed so I guess that indeed helped.
Problem disappeared in SPA mode for me in Nuxt 2.10.1, vue-meta
is updated in this release
Thanks, the issue is solved in v2.10.1
indeed. Will close this issue because of that
Most helpful comment
Got the same thing after upgrading to 2.10.0 on a project that works fine on 2.9.2.
Had to revert back in the meantime.