You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The left nav of the UI lists all the namespaces/environments available to the user. This is populated by a call to the conda-store API's GET /environment. The API supports pagination, but the UI only requests the first page, with a page size of 100.
We have some users that have access to over 100 environments and end up not being able to see all of them.
Expected behavior
Users should see all the environments they have access to, even if it's quite a lot.
How to Reproduce the problem?
Have access to more than 100 environments.
Look at left nav of the UI
Observe that not all of the environments show up
Output
Network tab in chrome inspector showing just the one request made to GET /environment with a full page in the response:
Versions and dependencies used.
jupyterlab-conda-store 0.2.7
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
The left nav of the UI lists all the namespaces/environments available to the user. This is populated by a call to the conda-store API's GET /environment. The API supports pagination, but the UI only requests the first page, with a page size of 100.
We have some users that have access to over 100 environments and end up not being able to see all of them.
Expected behavior
Users should see all the environments they have access to, even if it's quite a lot.
How to Reproduce the problem?
Output
Network tab in chrome inspector showing just the one request made to GET /environment with a full page in the response:
Versions and dependencies used.
jupyterlab-conda-store 0.2.7
Anything else?
No response
The text was updated successfully, but these errors were encountered: