I received an abandoned Strapi API project. The other GraphQl requests are working, except for my newly created one.
“@strapi/plugin-graphql”: “4.4.5”,
Collection Type is called “Crystal”
Roles Permission for both Authenticated and Public (for testing)
Has existing entries for “Crystal”
Tried fetching data from old API
Request body:
query GetAllCrystals {
crystals {
data {
attributes {
name
}
}
}
}
Response (Status: 200):
{
"errors": [
{
"message": "Forbidden access",
"extensions": {
"error": {
"name": "ForbiddenError",
"message": "Forbidden access",
"details": {}
},
"code": "FORBIDDEN"
}
}
],
"data": {
"crystals": null
}
}
This topic has been created from a Discord post (1292758148041674772) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord