Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors When Adding and Linking Users #10517

Open
areebahmeddd opened this issue Feb 9, 2025 · 1 comment
Open

Errors When Adding and Linking Users #10517

areebahmeddd opened this issue Feb 9, 2025 · 1 comment
Labels
needs-triage question Further information is requested

Comments

@areebahmeddd
Copy link
Contributor

Describe the bug:

  1. 404 Error on Username Availability Check

    • When trying to add a user, the system makes a GET request to:
      GET https://careapi.ohc.network/api/v1/users//check_availability/  
      
    • The request returns a 404 (Not Found) error.
  2. Duplicate Error Messages When Linking a User to an Organization

    • When assigning a role (such as Admin or Doctor) to a user, an error message appears twice:
      "User association already exists"
      
    • Similar to this Issue
  3. Bad Request on User Linking

    • A POST request is sent to:
      POST https://careapi.ohc.network/api/v1/organization/76f8a81d-04e7-43ee-852f-1757c538b295/users/400  
      
    • The request fails with a 400 (Bad Request) error.

Video:

user_error.mp4
@tellmeY18 tellmeY18 moved this to Triage in Care Feb 9, 2025
@tellmeY18 tellmeY18 added this to Care Feb 9, 2025
@areebahmeddd
Copy link
Contributor Author

Hi team, can you confirm if this is a valid issue? I'll would like to work on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-triage question Further information is requested
Projects
Status: Triage
Development

No branches or pull requests

1 participant