Description
It may happen that an experiment containing an extraordinarily large number of near-empty Reactants table rows caused the application to lag or suffer performance issues. It may happen that an error like the screenshot below shows:

Solution:
Delete the experiment using the API endpoint "DELETE/entities/{eid}"
These are the steps to delete the experiment using the API:
Access to Signals Notebook's Swagger.
- Search for the endpoint “Entities> Delete/entities/{eid}”.
- Expand this endpoint and select "Try it out".
- In the field "eid" paste the EID of the entity that you want to delete. The "EID" is located in the experiment URL
- For the field "Force" select the option "True".
- Click on "Execute".
Comments
0 comments
Article is closed for comments.