Storage inspector shows no databases
Categories
(DevTools :: Storage Inspector, defect)
Tracking
(Not tracked)
People
(Reporter: hugo, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0
Steps to reproduce:
I'm saving data in IndexedDB, but the storage inspector shows it empty:
- Visit http://www.myapp.localhost:8000
- This app saves something into local storage
- Open the inspector (Ctrl+Shift+I) > Storage tab > indexedDB> http://www.myapp.localhost:8000
My app actually reads from the database on page load. If I reload the page, I can see the data previously saved. However, the inspector still shows no databases.
It's quite clear that the data is persisted and accessible later: it's merely not shown in the inspector's storage tab.
Actual results:
No databases are shown.
Expected results:
My database and its data should be shown there.
| Reporter | ||
Updated•5 years ago
|
Updated•5 years ago
|
Comment 1•5 years ago
|
||
The severity field is not set for this bug.
:ladybenko, could you have a look please?
For more information, please visit auto_nag documentation.
Comment 2•5 years ago
|
||
Thanks for the report!
Any chance you could share your application with us? I can't load http://www.myapp.localhost:8000
I am using my test page and it seems to be working for me.
- Load http://odvarko.com/tests/fission/case2/odvarko.com.html
- Select the Storage panel
- Click the
Add to IndexDB - Check the Storage panel, it should show new DB -> works for me
Honza
| Reporter | ||
Comment 3•5 years ago
|
||
You can't load localhost since that's something running on my machine.
Let me figure out how to build something that's easy to share -- my application is a rather large, complex application that serves frontend resources. I need to figure out how to build something that's easier to share here.
Comment 4•5 years ago
|
||
(In reply to Hugo Osvaldo Barrera from comment #3)
You can't load
localhostsince that's something running on my machine.
I know :-)
Let me figure out how to build something that's easy to share -- my application is a rather large, complex application that serves frontend resources. I need to figure out how to build something that's easier to share here.
Thanks!
Honza
Comment 5•5 years ago
|
||
Hi Hugo,
any changes we could get your application?
I tried to reproduce this bug again, but I can see an Index DB in the list (within the Storage panel) on my machine.
We can't proceed with this but if there is no reproducible case.
Thank you,
Honza
| Reporter | ||
Comment 6•5 years ago
|
||
I haven't had a change to write a quick standalone example -- I'll try to do so soon.
This is still on my plate though, since I have some pending work for which I'll need to work on this.
Comment 7•5 years ago
|
||
Thank you Hugo. Reproducible test case is usually helping a lot.
Honza
Updated•5 years ago
|
Comment 8•5 years ago
|
||
Hi, I'm closing this bug since we can't reproduce it. If a test case is provided so we can verify this happens, we will re-open it. Thanks!
Description
•