Open Issues Need Help
View All on GitHub Web Development • Angular Application
Error 403 al agregar un plan (POST /api/planes/agregar) about 2 months ago
AI Summary: Debug a 403 Forbidden error occurring only on POST requests to the /api/planes/agregar endpoint in an Angular frontend application. The JWT token is valid, and other CRUD operations (GET, PUT, DELETE) on the same API endpoint work correctly. The task involves investigating the backend API for potential authorization issues, checking request headers for missing or incorrect information, and potentially updating the frontend to correctly handle authentication and authorization.
Complexity:
4/5
bug documentation help wanted invalid