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.
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.