Actions
Bug #341
openTitle: /uploads/ API returns 404 error when opening History in Wellness Admin account
Start date:
02/18/2026
Due date:
% Done:
0%
Estimated time:
Description
4.Title: /uploads/ API returns 404 error when opening History in Wellness Admin account
Environment
- App: CalmSync iOS
- Build: 1.90
- Environment: Stage (cs.api.stage.basilhealth.us)
- Account Type: Wellness Center Admin
- Module: History
Description
When a Wellness Admin opens the History section, the app triggers a request to the uploads endpoint.
The API returns a 404 Not Found error, which indicates the endpoint is missing or incorrectly configured.
Steps to Reproduce
- Login with a Wellness Admin account
- Navigate to the Home/Dashboard
- Click on the History button
- Observe network logs
API Request
GET /uploads/ HTTP/1.1
Host: cs.api.stage.basilhealth.us
Accept: image/,/*;q=0.8
Accept-Language: en-IN,en;q=0.9
Connection: keep-alive
Accept-Encoding: gzip, deflate, br
Actual Response
Status: 404 Not Found
Body:
{
"detail": "Not Found"
}
Expected Result
The /uploads/ endpoint should:
- Return the required image/media assets successfully OR
- The app should call the correct uploads/media endpoint.
No data to display
Actions