Skip to content

Polypheny-UI: Query Plans are empty #368

Answered by hennlo
hennlo asked this question in Q&A
Discussion options

You must be logged in to vote

This problem is actually unique to Google Chrome and is caused specifically by Chrome's limitation of Local Storage.
The UI stores executed Query Plans offline in each browsers local storage, to reuse be able to reference it even after some time.

Since Google Chrome currently has a 5MB limitation on the local storage it might happen that is runs out after a while.
This observation might even be accelerated if you have a lot of extensions activated which utilize the local storage as well.

Solution

  • Simply navigate to your site
  • Open the DevTools(F12)
  • Switch to Application
  • In the navigation on the left select under Storage --> Local Storage
  • Now select your site and hit: Clear All

This wil…

Replies: 1 comment

Comment options

hennlo
Nov 22, 2021
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by hennlo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
A-ui Area: UI
1 participant