django-commons / django-debug-toolbar

A configurable set of panels that display various debug information about the current request/response.
https://django-debug-toolbar.readthedocs.io
BSD 3-Clause "New" or "Revised" License
8.08k stars 1.05k forks source link

The debug toolbar not visible after switching local dev to docker #1986

Closed berkaykrc closed 1 month ago

berkaykrc commented 2 months ago

I glance over all documents again Installation, troubleshooting, System checks. I even upgraded my package to 4.4.0 since it started Automatically supporting Docker rather than having the developer write a workaround for INTERNAL_IPS. The toolbar is not visible at all. There is no error after the system checks, in the browser at the dev console or anywhere. I'm dead end for solutions so I'm looking for help.

tim-schilling commented 2 months ago

Have you set a breakpoint on show_toolbar to see how it's processing that?

tim-schilling commented 1 month ago

Closing as stale.