-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unexpected int error on preview #24
Comments
After a very quick google search 🙄: birkir/gatsby-source-prismic-graphql#4 |
Well well well...I added |
Reopening because now it conflicts with this error I had in the past: gatsbyjs/gatsby#25605 I will follow up here when I come to a solution... |
The issue is reproducible in this example repo: https://github.com/l-etabli/wagtail-grapple-gatsby |
I can reproduce the error using your example repo. I will check it out with one of my repos next. I have also tried setting up the CORS headers and disabled the |
Ok, just checked with a repo of mine. Same issue. |
Still experiencing this issue, has anyone had any success getting previews back up and running? |
Same issue here... Help... Were you able to get a resolution to this @fabienheureux @IAmNatch |
I've found the issue in the example repo @fabienheureux .. In frontend/src/templates/blog.js, replace the query with... (remove graphql)
|
Hey, I have the following error in the console when previewing a page in gatsby develop (and it fails with the build as well)
Any idea how could I debug it ?
Thanks 👍 !
The text was updated successfully, but these errors were encountered: