You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @muscaiu Your config looks correct 👍🏻 I wouldn't expect gatsby-source-strapi to conflict with the preview button.
When you change the title are you saving the entry before clicking the preview button? The plugin won't use the current values in the frontend fields, it only uses the data stored in the database.
I'm using the
gatsby-source-strapi
plugin to query the data in my Gatsby FE app.This config makes the preview button show up in the Strapi CMS.
If i change the title for ex and i click the Preview button i don't see the new title.
Is this how it's supposed to work or is this because i'm using the
gatsby-source-strapi
plugin?The text was updated successfully, but these errors were encountered: