-
-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Closed
Labels
status: can not reproduceNot enough information to reproduceNot enough information to reproduce
Description
Bug report
Trying to access /graphql via heroku instance
My goal was simply to access to http://www.host.com/graphql after deploy my strapi application via heroku
Expected behavior
Try to access /graphql endpoint after setup graphql on heroku even if graphql server parameters was affected
Code snippets
here you can find the parameters from config/plugin.js
module.exports = ({ env }) => ({
graphql: {
endpoint: '/graphql',
shadowCRUD: true,
playgroundAlways: true,
depthLimit: 7,
amountLimit: 100,
introspection: true,
apolloServer: {
tracing: false,
},
},
});
System
"dependencies": {
"knex": "<0.20.0",
"pg": "^8.5.1",
"sqlite3": "latest",
"strapi": "3.4.1",
"strapi-admin": "3.4.1",
"strapi-connector-bookshelf": "3.4.1",
"strapi-plugin-content-manager": "3.4.1",
"strapi-plugin-content-type-builder": "3.4.1",
"strapi-plugin-email": "3.4.1",
"strapi-plugin-graphql": "3.4.1",
"strapi-plugin-upload": "3.4.1",
"strapi-plugin-users-permissions": "3.4.1",
"strapi-utils": "3.4.1"
},
"engines": {
"node": ">=10.16.0 <=14.x.x",
"npm": ">=6.0.0"
},
- Database: postgresql
Metadata
Metadata
Assignees
Labels
status: can not reproduceNot enough information to reproduceNot enough information to reproduce