gatsby-source-strapi icon indicating copy to clipboard operation
gatsby-source-strapi copied to clipboard

Gatsby source plugin for building websites using Strapi as a data source

Results 55 gatsby-source-strapi issues
Sort by recently updated
recently updated
newest added

I have custom SEO component which contains metatitle, metadescription and metaimage fields. ![image](https://user-images.githubusercontent.com/64313011/180924007-a1ae10fb-b459-4116-97ec-61d2127232db.png) Problem: metatitle and metadescription is showing up in gatsby graphql query but metaimage is not showing up....

Hi there, I hope this is the right place to address this issues, maybe it has to do with another plugin I am using, currently not sure. So I start...

status: confirmed

In some cases, developers may want to skip image processing entirely. This may be useful for a site that is using an image CDN such as cloudinary: the CDN provides...

Devbuild is failling because `map_header` is not found. `map_header` is defined in schema, but none of the cases have a value. they all return `null`. in that case the plugin...

Bumps [file-type](https://github.com/sindresorhus/file-type) from 16.5.3 to 16.5.4. Release notes Sourced from file-type's releases. v16.5.4 Fix: Malformed MKV could cause an infinite loop https://github.com/sindresorhus/file-type/commit/d86835680f4cccbee1a60628783c36700ec9e254 CVE-2022-36313 Also fixed in 17.1.3 Commits 99cb019 17.1.2...

dependencies

Hi, I have a richtext type `content` field. Everything was good when I build it for the first time without cache. But I modified the `post` in Strapi and rebuilt...

I am trying to use a Strapi plugin [Navigation](https://www.npmjs.com/package/strapi-plugin-navigation) which provides API like this: ``` GET https:///api/navigation/render/1 ``` which did not happen to be the standard collection / single type...

It appears if a second language version is saved for a `Single Type` the node will not show saved changes on rebuild in any fields.

I have a content type called "Product Category" with a one to many relation to itself. A "Product Category" also has a one to many relation with "Product" content type....

Hello, I understand there was a previous issue where gatsby image processing was not occurring when using images in Dynamic Zone. This bug was fixed in this PR https://github.com/strapi/gatsby-source-strapi/pull/266. However,...