System Information
- Strapi Version: 4.0.0
- Operating System: macOs 12.0.1
- Database: default
- Node Version: 14.8.0
- NPM Version: 6.14.7
- Yarn Version:
Hi, how are you guys?
I’m a beginner trying to learn this beautiful CMS. I’ve managed to get through quick start guide but I’m stuck at this video: Making Authenticated Requests to a Strapi API - YouTube (Making Authenticated Requests to a Strapi API)
Adding an authenticated user and granting Authenticated role to my API resources works like a charm however I’m unable to get bearer token from /auth/local. It states that post method is not available for this path and it seems that nothing’s really there since GET request results in NotFoundError. What am I missing? I’d be grateful for any tips.
Thanks!