-
We are currently using storyblok-js-client in a library to render rich text from our stories. Usage within the library itself is working fine, but when we use the library in a Next application we get …
-
Hello,
We have been using version `1.1.0` without any issues for a while. However, after upgrading to `1.2.0` (or above), when fetching stories using `useStoryblokApi()` during local development, t…
-
### Description
When using the import statements of your next.js 13 example (https://www.storyblok.com/tp/add-a-headless-cms-to-next-js-13-in-5-minutes#creating-components-in-the-next-js-app) typescr…
-
[storyblokurl]: https://www.storyblok.com?utm_source=github.com&utm_medium=issue-template
Currently the getStories function does not set the from_release query parameter for requests to Storybl…
-
https://github.com/storyblok/storyblok-js/blob/e4e262c5817514da62019e8790264c96136c431e/lib/index.ts#L17
-
As mentioned in https://github.com/storyblok/storyblok-nuxt/issues/149 , there is an issue with the `pluginOptions` object in `storyblokInit`. More specifically, this piece of code:
https://github.…
-
The file route schema referenced in the title is just a suggestion.
This page should load all of the `lesson-plan` content pages available in Storyblok and generate a single page for each one.
@…
-
**1. Steps to reproduce**
1. Start up local backend `npm run cms-proxy-server`
2. Create a new project entry
3. Complete the form with a few tags, title, seo, and image
4. Publish and then verif…
-
### What site is this for?
Quansight LLC
### Expected behavior
_No response_
### Actual behavior
We wish to be able to apply formatting to numerous instances of text across the site. Ma…
-
In a clean Laravel project if I try to install `laravel-storyblok` package i receive an error:
```
Storyblok\BaseClient::setApiKey(): Argument #1 ($apiKey) must be of type string, null given, called…