You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could not access nuxt-schema-org. The only available runtime config keys on the client side are public and app. See https://nuxt.com/docs/guide/going-further/runtime-config for more information.
#54
Closed
vasilistotskas opened this issue
Jun 12, 2024
· 0 comments
· Fixed by #55
After updating to Nuxt version 3.12.1 and enable compatibilityVersion in nuxt.config.ts:
future: {
compatibilityVersion: 4,
},
Im getting warning:
Could not access `nuxt-schema-org`. The only available runtime config keys on the client side are `public` and `app`. See `https://nuxt.com/docs/guide/going-further/runtime-config` for more information.
Reproduction
No response
System / Nuxt Info
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
After updating to Nuxt version 3.12.1 and enable
compatibilityVersion
innuxt.config.ts
:Im getting warning:
Reproduction
No response
System / Nuxt Info
No response
The text was updated successfully, but these errors were encountered: