arnaudbrzh
arnaudbrzh
Hi, I will take a look this week to get to the bottom of this. I'll keep you updated on this thread.
Hi guys, actually the issue is tricky because gatsby uses Babel to transform the code at build time and replace all the queries at the component level by an ID...
Hi @Funkh0user , we’ll investigate your issue but you should know that gatsby generates it’s own graphql API and so it will stitch all the schema from different input like...
Hi @kamerondotcom and @michaelpumo, Currently it's impossible to inject params in the url that are not part of the medata coming from the main document that you're linking to. I'm...
Yes but links between pages and preview rely on the link resolver and so for this, you need all the metadata from your doc links to be able to properly...
Hi guys, actually, the feature is developed and ready for any Prismic user and we'll be adapted to Gatsby so It needs some tests on our end but I can...
Hi @lucasreppewelander, you probably didn't define your repository endpoint properly, that's why it's trying to access `https://my-repository.prismic.io/api`
It's ready to be merged @birkir. It'll add the new edit button and the dev mode while in preview since it's the only way we contact Prismic, otherwise everything is...
Edit: Now compatible with the static state by providing a tracking url at build time.
Do you think that we should have some kind of module for next that automatically convert back this specific model to the original one that we can send to prismic...