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

Hi, Question: I use the queries below in the gatsby-graphql playground. When I use the current query: ``` query MyQuery { allStrapiJob(filter: {data: {elemMatch: {id: {eq: 2}}}}) { nodes {...

"gatsby-source-strapi": "^1.0.2", ![image](https://user-images.githubusercontent.com/81685621/177931819-29fadf9e-dece-46dd-a8e6-bcf0c13180b2.png)

Hi there Gatsby fails to build the project if I try to fetch an empty field from Strapi. e.g. I have the Post content type in Strapi but it does...

This PR fixes issue #288 by looking at plugin names in the schema and prepending them to endpoint urls. Ignoring admin types (uid starting with `admin::`) and handling the exceptional...

Fix #104 Especially usefull on servers limiting the duration of requests (for example Heroku, which limits to 30sec each request). Passing the loop parameter will perform multiple calls until all...

I was wondering so hard why I didn't see my content in Gatsby. Turned out, the endpoint was giving an error 500 but that isn't handled by the source plugin....

When changing data on the admin panel the plugin doesn't update the data on the frontend even if the api response contains the correct data. From the console I can...

I have just starting to migrate our new website from 3.6.8 to 4. I was glad to see the beta of the plugin is finally out, However I have run...

status: help wanted

Hi, i have found an issue with generating links for nested collection routes, in a scenario where a page folder structure is as follows ``` - pages --{StrapiEntity.relation__relationKey} ---{StrapiEntity.key}.tsx ```...

I've got a video file that is about 100mb hosted on my remote Strapi CMS server. It receives timeout before it manages to download the file. Is it possible to...

type: feature request