History panel remains empty
See original GitHub issueFor some reason I can’t figure out, my history panel is always empty.
All other panels work just fine.
MIDDLEWARE = [
"django.middleware.security.SecurityMiddleware",
"django.contrib.sessions.middleware.SessionMiddleware",
"debug_toolbar.middleware.DebugToolbarMiddleware",
"django.middleware.locale.LocaleMiddleware",
"django.middleware.common.CommonMiddleware",
"django.middleware.csrf.CsrfViewMiddleware",
"django.contrib.auth.middleware.AuthenticationMiddleware",
"django.contrib.messages.middleware.MessageMiddleware",
"django.middleware.clickjacking.XFrameOptionsMiddleware",
]
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:14 (6 by maintainers)
Top Results From Across the Web
Show All History is empty | Firefox Support Forum
History /Show All History brings up a window called Library. History, Downloads and Tabs are empty. Bookmarks is properly populated.
Read more >Working with Undo, the History Panel ... - Julieanne Kost's Blog
Snapshots remain at the top of the History panel (regardless of how many changes are made to the document), until the document is...
Read more >Bookmarks and History panels are empty - Opera forums
A history panel slides out but it is totally blank. What am I missing. Previously my history would open in tab full of...
Read more >Undo/redo panel should empty on editing turned off
Undo/redo panel should empty on editing turned off. Steps to reproduce: 0) open the Undo/redo history panel 1) start editing on a layer...
Read more >Help, My InDesign Palette Is Empty! - CreativePro Network
I don't know if it still works because I dont have this problems anymore. Couple a years ago (CS2?) I saw that my...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Alright thank you. I wasn’t sure if that would entirely work. I had started on getting the toolbar to work with ASGI in the past, but didn’t complete it.
I perhaps should have asked if you were using asgi @ppfeufer. Can you both try setting
RENDER_PANELS
to false?