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
{{ message }}
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.
Hello, recently I have been trying to add this plugin to a project following the guidelines at https://prismic.io/docs/reactjs/getting-started/prismic-gatsby. This is the second time I've used this plugin as the first time around I had no issues (different projects).
When I add the bare minimum into the gatsby-config file, such as: { resolve: "gatsby-source-prismic-graphql", options: { repositoryName: "my-repo-name-here", }, },
Then start up the project, the start-up hangs on createPagesStatefully.
After around 10minutes of this, I get shown a JS Stack Trace that tells me FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory.
Here is where it hangs:
And the JS Stack Trace printed:
If I can supply more info to help deduce the issue please let me know.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello, recently I have been trying to add this plugin to a project following the guidelines at https://prismic.io/docs/reactjs/getting-started/prismic-gatsby. This is the second time I've used this plugin as the first time around I had no issues (different projects).
When I add the bare minimum into the gatsby-config file, such as:
{ resolve: "gatsby-source-prismic-graphql", options: { repositoryName: "my-repo-name-here", }, },
Then start up the project, the start-up hangs on createPagesStatefully.
After around 10minutes of this, I get shown a JS Stack Trace that tells me
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
.Here is where it hangs:
And the JS Stack Trace printed:
If I can supply more info to help deduce the issue please let me know.
The text was updated successfully, but these errors were encountered: