-
req.body.apiUrl !== config.prismicUrl will not work when the cdn url changes from "https://your-project.prismic.io/api" to "https://your-project.cdn.prismic.io/api". The problem should be found in the…
-
so the ability to build a page based on blocks of fields (like prismics content slices - https://prismic.io/feature/dynamic-layout-content-components
-
When I start the development server, it seems that fetching the prismic data is going well:
```
Starting to fetch data from Prismic
Fetch Prismic data: 504.140ms
```
However, I…
-
I'm using the plugin to handle language state en automate language urls only. I don't want to use local translation files but instead use Prismic CMS via graphql directly.
These are my plugin optio…
-
Liking this module and Prismic in general.
I noticed that package uses the fetch url as the cache key. If you're search query was long, or you use an ACCESS_TOKEN (the ones Prismic generate are lon…
-
If you don't query for the original image, the sharp transformation returns null.
Working query:
```
query ProductsQuery {
prismic {
allProducts_pages {
edges {
node {
…
xndyz updated
4 years ago
-
Add prismic previews plug-in and follow setup used on SMM.
-
Hi guys,
This is a beginner question, as I'm starting to wrap my head around how this plugin, Gatsby, and Prismic work together.
I noticed on our production app that for each page you visit a la…
-
-
Followed the steps as in Readme. Getting this error - tried ´gatsby clean`etc. no luck so far
```
ERROR #85923 GRAPHQL
There was an error in your GraphQL query:
Cannot query field "allHome…