django-commons / django-debug-toolbar

A configurable set of panels that display various debug information about the current request/response.

Home Page:https://django-debug-toolbar.readthedocs.io

Repository from Github https://github.comdjango-commons/django-debug-toolbarRepository from Github https://github.comdjango-commons/django-debug-toolbar

Debug toolbar shows but content doesn't load

codot-fr opened this issue · comments

Hello,

Sorry for the repost if it's a known issue but I just can't figure it out.

I just noticed that the toolbar doesn't work. It does show up but the individual menu doesn't display any content, just a "loading wheel". I can't see any javascript issue in the developer console or error code in the network view.

How can I debug?

django-debug-toolbar 5.1.0
django 5.2

Image

Thanks.

What exactly have you tried to fix it from other issues? Have you tried refreshing the page and clearing the cache? LShift + LAlt + R in Windows

I looked for other issues with the loading bar and did the setup step all over. Just cleared the cache and it works now, thanks! I was looking for issues and hadn't thought about that.

BTW, is there a debug mode on the JS side? I had absolutely no trace or log indicating that something's wrong.

Not that I'm aware of. Closing as this was resolved though.