Skip to content

The sessions page is loading sessions from the wrong FastAPI endpoint #20

@tieneupin

Description

@tieneupin

When viewing the sessions page for a particular microscope, tracing the network calls made shows that the frontend pings the "{backend_server_url}/sessions" endpoint, which will return all the sessions currently existing in the database. It should instead be set to ping the "{backend_server_url}/instruments/{instrument_name}/sessions/" endpoint that was previously made to address this issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions