-
Notifications
You must be signed in to change notification settings - Fork 5
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
Hangs on gatsby build #1
Comments
Here is a full dump: success delete html files from previous builds — 0.007 s |
I'm experiencing the same issue and tried disabling images from loading but still get blocked with everything stalling on "source and transform nodes". |
I have exactly the same issue on a fresh installation |
I haven't played with this in a while but my guess is that this could be fixed by configuring jsonapi_extras to turn off a lot of the endpoints that are not needed by Gatsby. It would be good for Contenta to load this configuration on install to prevent Gatsby from choking on all the config data JSON API serves by default. |
I've been playing with this on a standard drupal install: https://www.gatsbyjs.org/packages/gatsby-source-drupal/ I've had extras turned on with this (though having everything on did cause an online shared server to block my ip temporarily. Locally I've had no trouble though. I'll try turning off extras with this, I'll also try adapting the gatsby-source-drupal for this, should work fine I'm guessing |
So the issue isn't related to json extras I don't think. I've used this example instead (much more current - and better maintained i think) You need to update gatsby-config.js and change the baseUrl of course, but also remove references to "totalTime" references from recipe.js in templates - it should then work fine. |
Was anyone able to figure out this error message? I really like the look and feel of the contenta CMS but can't get the connector to work. |
I tried this on a clean content install and it ends up hanging pretty quickly:
fail fetch { type: 'images', id: 'ffadadf9-713a-4cf7-85ce-4ef97c54f778', attributes: { internalId: 50, name: 'jsonapi-12.png', isPublished: true, createdAt: '2018-03-12T20:38:13+0100', updatedAt: '2018-03-12T20:38:13+0100', revision_translation_affected: true, path: { alias: null, pid: null, langcode: 'en' } }, relationships: { mediaType: { data: [Object], links: [Object] }, thumbnail: { data: [Object], links: [Object] }, owner: { data: [Object], links: [Object] }, imageFile: { data: [Object], links: [Object] } }, links: { self: 'http://contenta.dev/api/images/ffadadf9-713a-4cf7-85ce-4ef97c54f778' }, children: [], parent: '__SOURCE__', internal: { type: 'drupal__images' } }
The text was updated successfully, but these errors were encountered: