Now when I start a local build of GatsbyJS site I get an errror:
FetchError: invalid json response body at https://joomla-rest-api.joomla.com/index.php&limitstart=0&limit=20 reason: Unexpected token < in JSON at position 0
at C:\Users\PC\Desktop\my-hello-world-starter\node_modules\@nilesh_s_techjoomla\gatsby-source-joomla-articles\node_modules\node-fetch\lib\index.js:272:32
at processTicksAndRejections (internal/process/task_queues.js:97:5)
at Object.exports.sourceNodes (C:\Users\PC\Desktop\my-hello-world-starter\node_modules\@nilesh_s_techjoomla\gatsby-source-joomla-articles\gatsby-node.js:58:23)
at runAPI (C:\Users\PC\Desktop\my-hello-world-starter\node_modules\gatsby\src\utils\api-runner-node.js:330:16) {
type: 'invalid-json'
}
Could you, please be kind to help me out with problem?
Hi,
My goal is to connect the GatsbyJS hello-world site with Joomla welcome site to fetch the data from Joomla and display them in GatsbyJS site.
Now when I start a local build of GatsbyJS site I get an errror:
Could you, please be kind to help me out with problem?