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 add an experience, it tells me that I am not authorized to do so.
The NestJS backend works with Postman, but when I integrate it with Angular, it doesn’t work. I am sharing my repository here; I have only added the Angular files. If you need it, I can provide you with the NestJS backend as well. Please help me; I have been struggling with this for two days.
2
Answers
there is an image about m'y problem
here is the more detailed error!! honestly I don’t understand, I followed the documentation step by step