Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web Page Shows Blank Screen for Storages. #325

Closed
evoelise opened this issue May 6, 2023 · 1 comment · Fixed by #327
Closed

Web Page Shows Blank Screen for Storages. #325

evoelise opened this issue May 6, 2023 · 1 comment · Fixed by #327
Assignees
Labels
Bug 🐛 Something isn't working

Comments

@evoelise
Copy link

evoelise commented May 6, 2023

To replicate the issue.

From the main web page
Click Storages on the left hand menu
Click on the default storage to show details of that.
Click Storages on the left hand menu - now a blank screen is shown.

Console shows the following error:

index-c8e2af3d.js:38  Uncaught TypeError: r.map is not a function
    at Q (StorageList-88a31094.js:2:865)
    at am (index-c8e2af3d.js:38:19520)
    at Sp (index-c8e2af3d.js:40:3139)
    at sS (index-c8e2af3d.js:40:44557)
    at oS (index-c8e2af3d.js:40:39763)
    at fT (index-c8e2af3d.js:40:39691)
    at ss (index-c8e2af3d.js:40:39545)
    at Ap (index-c8e2af3d.js:40:35913)
    at l0 (index-c8e2af3d.js:40:36716)
    at Jn (index-c8e2af3d.js:38:3274)

Also the Storages menu item and page title should probably be Storage (as the plural of Storage is Storage).

@edlerd
Copy link
Collaborator

edlerd commented May 8, 2023

Thank you for reporting this! The root cause is a collision in cache keys for the list and detail pages. Fix is in the linked PR.

@edlerd edlerd added the Bug 🐛 Something isn't working label May 8, 2023
@edlerd edlerd self-assigned this May 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug 🐛 Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants