AndreasFaust / gatsby-source-custom-api

Source data from any API and transform it to (File-)Nodes.
52 stars 25 forks source link

"gatsby-source-custom-api" threw an error while running the sourceNodes lifecycle: #5

Closed bjatwork closed 4 years ago

bjatwork commented 5 years ago

All about this issue https://github.com/gatsbyjs/gatsby/issues/17628

matt-subroot commented 4 years ago

Any solution to this?

matt-subroot commented 4 years ago

@bjatwork Open up the node-module, go to the utils folder, open up buildNode.js and delete line 14, url: data && data.url,

I'll submit a PR at some point, but this will get it running at least

bjatwork commented 4 years ago

@matt-subroot thanks

shallow-alchemy commented 4 years ago

@AndreasFaust Can you please merge or handle the url key your own way so we can use this. Thanks

AndreasFaust commented 4 years ago

Thank you, @matt-subroot ! I have just merged the PR.