System Information
- Strapi Version: 3.6.x
- Operating System: Linux/MacOS
- Database: Postrgresql
- Node Version: 14.5.x
- NPM Version: 6.14.x
- Yarn Version: 1.22.x
Hi all,
I am having issues trying to retrieve content from my Strapi CMS via the the api.
Initially it all seemed to work fine but anyone other than the initials user (generating the ID of ‘1’) cannot access the API and gets a response of:
{“statusCode”:403,“error”:“Forbidden”,“message”:“Invalid credentials”}
I am passing in the JWT token retrieved from the successful login:
Authorization: Bearer XXXXXXX
I have set up my user-permissions to allow access to the role of ‘authenticated’ and the users have the role of ‘authenticated’.
I really appreciate any help regarding this.