conda-incubator / conda-store-ui

conda-store-ui is a frontend for conda-store powered by react
https://conda-incubator.github.io/conda-store-ui/
BSD 3-Clause "New" or "Revised" License
13 stars 21 forks source link

Editor page goes blank #237

Closed costrouc closed 1 year ago

costrouc commented 1 year ago

See issue https://github.com/Quansight/conda-store/issues/458 for full details.

When attempting to edit an existing environment, either in my namespace or global, about a second after clicking the edit button, the page goes blank. There is no error message, just a white empty web page. If I reload the page, I'm taken back to the conda-store UI with no environments selected.

https://user-images.githubusercontent.com/24855669/231287166-ce7c44a5-a3cc-4fc3-bb3d-eb8e500be4e1.mov

cholantesh commented 1 year ago

This PR from @jujogi provides a resolution.

trallard commented 1 year ago

@costrouc can you confirm if the above-linked PR fixed this issue?

pierrotsmnrd commented 1 year ago

I confirm the above-linked PR fixed the issue.