Open
Description
I'm using wagtail 2.8, debug-toolbar 2.2.
It was working well at the beginning, but after adding several apps into my project, I accidentally put
path('__debug__/', include(debug_toolbar.urls))
, below url(r'', include(wagtail_urls)),
and thus I got 404 errors.
I fixed the problem but the toolbar is not working anymore and I got Data for this panel isn't available anymore. Please reload the page and retry.
for every panel.
Setting RESULTS_CACHE_SIZE = 100
didn't help.
Metadata
Metadata
Assignees
Labels
No labels