-
Notifications
You must be signed in to change notification settings - Fork 1.1k
toolbar disappear #2133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @youjunxiaji, we can't look into this unless we have enough information to reproduce it. Can you reproduce this locally? Or is this only on your remote machine? What versions of Django, DRF and the toolbar are you using? |
It doesn't work as long as I use SSH and DRF pages. When I use the admin interface when I am using the ssh remote, debug-tooltip still works. My django version is 5.0 and my DRF is 3.16.0 and django-debug-toolbar version is 5.0.1. Later I clone the project and run it on localhost and it has no problems. |
You could add some printing/logging to |
You can also consider adjusting the |
thank u . i will try |
I'm using ssh to remotely reach our company's server and ran python manager.py runserver 0.0.0.0:8000 and I set my ip address correctly in INTERNAL_IPS. When I access the drf page, get can appear, but it disappears when I post it. I need to run djdt.init() to come out
5.7.mov
The text was updated successfully, but these errors were encountered: