When I direct my browser to where I have my strapi instance deployed (on AWS EC2)
http://xx.xx.xx.xx:1337/graphql
I see:
Not found
but I can view specific graphql objects I created in browser http://xx.xx.xx.xx:1337/pages
Whats going on here? According to the docs I should see the playground appear. I think my config settings are correct:
graphql: {
endpoint: "/graphql",
shadowCRUD: true,
playgroundAlways: true,
depthLimit: 7,
amountLimit: 100,
apolloServer: {
tracing: false
}
}
System Information
Node.js version: v12.13.1
NPM version:6.12.1
Strapi version: “3.6.2”
Database: Amazon AWS EC2
Operating system: MacOS 11.3.1
Any help much appreciated