GraphQL: Single Type "Forbidden access" Error

System Information
  • Strapi Version: 4.11.1
  • Operating System: Mac 11.6.6
  • Database:
  • Node Version: 17.9.0
  • NPM Version: 8.5.5

Hello fellow Strapi’s,

I am using GraphQL to query my data which works for collection type ‘posts’.

However when I try and query data from single type ‘Homepage’, I get a 403 “Forbidden access” error.

When I compare settings and permissions they are exactly the same, which makes it harder to work out the problem.

If anyone can advise it would be greatly appreciated!

Thanks,

Richard

does home have the find permission enabled on users-permissions public or if you are using an autenticated acount autanticed

Hello Boegie19!


It worked, I found it here, thanks so much!