Project

General

Profile

Actions

Bug #341

open

Title: /uploads/ API returns 404 error when opening History in Wellness Admin account

Added by Mrinmoy Kakoti 26 days ago.

Status:
New
Priority:
Normal
Assignee:
Category:
Functional
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

  1. Login with a Wellness Admin account
  2. Navigate to the Home/Dashboard
  3. Click on the History button
  4. 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

Also available in: Atom PDF