Open devbewill opened 2 years ago
ERROR #85923 GRAPHQL There was an error in your GraphQL query: Cannot query field "hero" on type "StrapiHomepage". Cannot query field "seo" on type "StrapiHomepage". Cannot query field "siteName" on type "StrapiGlobal".
etc.
i've added the/apiafter http://localhost:1337 because:
/api
http://localhost:1337
GET /homepage?_limit=1000 (1 ms) => -------> 404 GET /api/homepage?_limit=1000 (12 ms) ------> 200
i cant see those nodes in graph explorer too so i don't understand why
Help me pls
Strapi have yet to update the URLs on their tutorials. Have a look here https://github.com/strapi/starters-and-templates/tree/main/packages/templates/blog
etc.
i've added the
/api
afterhttp://localhost:1337
because:i cant see those nodes in graph explorer too so i don't understand why
Help me pls