nuxt-modules / og-image

Generate OG Images with Vue templates in Nuxt.
https://nuxtseo.com/og-image
415 stars 27 forks source link

Dev tools stopped working on 1.3.5 of nuxt-seo-kit #24

Closed Flowko closed 1 year ago

Flowko commented 1 year ago

Describe the bug

it just stopped working after updating to the new version, tho everything else works fine. just the integration with devtools v0.2.5:

image image

i cant seem to reproduce it on stackblitz, as it throws errors when it loads: image

Reproduction

Stack blitz reproduction

System / Nuxt Info

------------------------------
- Operating System: `Windows_NT`
- Node Version:     `v16.16.0`
- Nuxt Version:     `3.3.1`
- Nitro Version:    `2.3.1`
- Package Manager:  `yarn@1.22.19`
- Builder:          `vite`
- User Config:      `extends`, `build`, `nitro`, `experimental`, `modules`, `runtimeConfig`, `css`, `typescript`, `image`, `i18n`, `apiParty`
- Runtime Modules:  `@nuxt/image-edge@1.0.0-27968280.9739e4d`, `nuxt-headlessui@1.1.1`, `@vueuse/nuxt@9.13.0`, `nuxt-icon@0.3.3`, `@nuxtjs/i18n@8.0.0-beta.10`, `@nuxtjs/device@3.1.0`, `nuxt-swiper@1.0.1`, `@nuxt/devtools@0.2.5`, `@nuxtjs/tailwindcss@6.6.0`, `nuxt-api-party@0.10.0`
- Build Modules:    `-`
------------------------------
harlan-zw commented 1 year ago

Hm I think i synced it the latest edge release, let me see

harlan-zw commented 1 year ago

Oh yeah devtools doesn't actually work in stackblitz

If you're having issues locally try use the edge devtools

    "@nuxt/devtools-edge": "0.2.5-27981287.ed164c8",

There's a v0.3 coming soon which will sort this

Flowko commented 1 year ago

okay thanks

harlan-zw commented 1 year ago

Will keep this open until v0.3 is out

harlan-zw commented 1 year ago

v0.3 is out and dependency is locked to non-edge version in the latest beta now