Skip to content

Need Clarification on API Version Discrepancy in Backend Integration #10

Open
@scorchy38

Description

@scorchy38

Description

Issue Overview:
Upon setting up and initiating the server as per the provided documentation, I've noticed an inconsistency that affects the operation of the application. The server exclusively serves v2 endpoints, while the application consistently attempts to access v1 endpoints, resulting in 404 errors for every API call.

Expected Behavior:
The application should seamlessly integrate with the backend, with endpoint versions correctly aligned to ensure functionality.

Current Behavior:
Due to the mismatch in API versioning (backend on v2 and frontend on v1), all interactions between the front and backend are failing.

Steps to Reproduce:

  1. Follow the backend setup instructions exactly as specified in the README.
  2. Start the server and monitor the logs while interacting through the app.
  3. Notice that all backend calls from the app are attempting to access non-existent endpoints.

Request for Update/Clarification:
Could we have an update on the backend's migration to v2 endpoints? If the migration is intentional, I suggest either updating the frontend to match this change or providing a legacy support path for v1 endpoints to ensure continuity of service until the frontend can be updated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions