-
Currently the generated types are generic `number` but in reality numbers are a string in the json response:
So I think we should switch to a `string` generic type instead to use `parseFloat…
-
```
ERROR #11321 PLUGIN
"gatsby-source-storyblok" threw an error while running the sourceNodes lifecycle:
Request failed with status code 401
Error: Request failed with status code 4…
-
### Environment
- Operating System: `Darwin`
- Node Version: `v20.5.1`
- Nuxt Version: `3.7.0`
- CLI Version: `3.7.0`
- Nitro Version: `2.6.1`
- Package Manager: `pnpm@8.6.12`
…
-
[storyblokurl]: https://www.storyblok.com?utm_source=github.com&utm_medium=issue-template
During commit, an error from eslint is thrown. Causing any commits using a proper git client to be imposs…
-
Hey guys, I have this issue - once I build and run nuxt 3 in `production environment`, `await useStoryblok('home', { version: 'draft', });` does **not** actually await for the content, _it gets rende…
-
[storyblokurl]: https://www.storyblok.com?utm_source=github.com&utm_medium=issue-template
Hi! I am trying to make the app-nextjs-starter work.
I followed the steps in the [readme](https://git…
-
In my current setup, I have a special story inside Storyblok editor called `site-config` that stores all info not directly related to a single webpage but as general info for my entire website, like h…
-
[storyblokurl]: https://www.storyblok.com?utm_source=github.com&utm_medium=issue-template
So Asset data can't be accessed during New Story creation (1st render), and show "Cannot read propertie…
-
#733 implements a base framework for social card metadata in the form of the `SocialCard` component.
At this time, all pages on each site point to the same stock social card image, which is the log…
-
Right now the `accessToken` is compiled into the plugin. Would be great if storyblok would support [nuxt runtimeConfig](https://nuxtjs.org/guide/runtime-config).
Example how @nuxtjs/axios implemented…