Gatsby, GraphQL cannot find Strapi properties - no "allStrapi" option

This might’ve been an update change on the API route within the past year. The new route now requires a '/api/collection_name. Ex: GET /api/jobs instead of just GET /jobs. Prior GET requests did not require the initial /api. Therefore your apiURL inside the config file should now be apiURL: http://localhost:1337/api,