(Gatsby-Strapi) Ошибка: запрос завершился неудачно с кодом состояния 404 - PullRequest
0 голосов
/ 02 августа 2020

Я хочу следовать инструкции: https://strapi.io/blog/building-a-static-website-using-gatsby-and-strapi#allowaccess

Но возникает ошибка: запрос завершился неудачно с кодом состояния 404

Node.js версия: v10.13.0 npm версия: 6.14.6 Версия Strapi: 3.1.0-alpha.5 Операционная система: ma c

Какой пример вызывает проблему? strapi.io/blog/building-a-static-website-using-gatsby-and-strapi#allowaccess

Каково текущее поведение? Graphql Query не работает.

шаги для воспроизведения проблемы:

$ gatsby develop
success open and validate gatsby-configs
success load plugins - 2.011s
success onPreInit - 0.004s
success initialize cache - 0.018s
success copy gatsby files - 0.102s
success onPreBootstrap - 0.017s
success createSchemaCustomization -
info Starting to fetch data from Strapi
info Starting to fetch data from Strapi
info Starting to fetch data from Strapi

ERROR #11321 PLUGIN

"gatsby-source-strapi" threw an error while running the sourceNodes lifecycle:

Request failed with status code 404

Error: Request failed with status code 404

createError.js:16 createError
[portfolio_v4]/[gatsby-source-strapi ]/[axios]/lib/core/createError.js:16 :15

settle.js:18 settle
[portfolio_v4]/[gatsby-source-strapi ]/[axios]/lib/core/settle.js:18:12

http.js:202 IncomingMessage.handleSt reamEnd
[portfolio_v4]/[gatsby-source-strapi ]/[axios]/lib/adapters/http.js:202:1 1

task_queues.js:84 processTicksAndRej ections
internal/process/task_queues.js:84:2 1

Каково ожидаемое поведение? Каково ожидаемое поведение?

Не работает, когда я пытаюсь получить от gatsby http://localhost: 8000 / ___ graphql

Нет метода allStrapiblogs на http://localhost: 8000 / ___ graphql

...