Mysql – Why am I getting an "unauthorized" error when adding experiences in my NestJS and Angular app, despite guards and backend working with Postman?
Good morning evryone. I am programming with NestJS and Angular. Every time I log in, I access my profile and add experiences. The problem is that I am using guards to secure the add function. However, when I try to…