Replies: 1 comment 1 reply
-
Hi! This is working as expected as it doesn't support it.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Preliminary Checks
Description
Hi everyone, it seems that when I use Strapi with Gatsby-source-graphql the data doesn't change in Gatsby Preview even tho the rebuild happened on the Gatsby Preview server.
Reproduction Link
N/A
Steps to Reproduce
1.Create gatsby project
2. Install gatsby-source-graphql
3. Setup Gatsby Preview on gatsby cloud
...
Expected Result
I'm expecting the data to change once I trigger the webhook
Actual Result
No data has changed but the preview has been rebuilt
Environment
Config Flags
PRESERVE_FILE_DOWNLOAD_CACHE: true,
PRESERVE_WEBPACK_CACHE: true
Beta Was this translation helpful? Give feedback.
All reactions