-
[storyblokurl]: https://www.storyblok.com?utm_source=github.com&utm_medium=issue-template
When previewing a page, it seems like `useAsyncStoryblok` doesn't return any data in generated/built mode…
-
**The feature would affect:** (check one with "x")
- [x] *app.storyblok.com (CMS - Interface)*
- [ ] *api.storyblok.com (CMS - Content Delivery API)*
- [ ] *mapi.storyblok.com (CMS - Manageme…
-
[storyblokurl]: https://www.storyblok.com?utm_source=github.com&utm_medium=issue-template
I've stopped working on a project for a bit and returned back to it. Without updating anything or reinsta…
-
[storyblokurl]: https://www.storyblok.com?utm_source=github.com&utm_medium=issue-template
I think it would make sense if stuff like resolving relations, resolving links, or optimizing images (tha…
-
seeing this warning/information on starting the dev server. Not sure of the implications and what action needs to be taken. FYI - discussion thread on [Supabase - Discord server](https://discord.com/c…
-
**Describe the bug**
I have a update_claim function that I am trying to call but the claims are not getting updated.
```
-- update claim function - set role to PROVIDER using rpc/select
CREATE OR…
-
I would like to recommend a rewrite of the current module structure to the official nuxt 3 module-builder.
I know that this module was developed really early but I think one can make it work with t…
-
@delucis
locally npm run dev is fine
src/pages/themes/[...page].astro does not render at all
```
[09:22:47.313] Running build in San Francisco, USA (West) – sfo1
[09:22:47.374] Cloning …
-
### Details
I need to define these two properties by accessing dynamic data from a CMS, and especially for the language, it should be relative to a single page and not generic for the entire site (th…
-
There is an error in SbSDKOptions type definition that specifies the type of 'use'.
`use?: [];` means this may be an empty array.
When you pass anything in use TS reports an error:
Type '{}' is…