Open Issues Need Help
View All on GitHubAI Summary: The issue is a lack of authentication for POST requests to the consultations endpoint. The task requires debugging the backend (Django) code to ensure that appropriate authentication middleware or decorators are correctly implemented and applied to the relevant view or API endpoint handling consultation POST requests. This likely involves inspecting the view function, checking for the presence and correct usage of authentication mechanisms (e.g., Django's authentication classes or decorators), and potentially adjusting the frontend (Next.js) to include necessary authentication tokens in the requests.
Repository for EaSyMed HMIS. The all-in-one HMIS for Healthcare facilities.