1 Open Issue Need Help Last updated: Jul 17, 2025

Open Issues Need Help

View All on GitHub
Web Development Angular Application

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