-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Request History does not work with Channels #1413
Comments
Can you share your app settings? |
Updated the issue with some configuration. |
There is a support request for python 3.9. |
I'm using Python 3.9 as well, I don't think Python is the problem here. I have no idea what the problem might be :/ |
Do you have applications installed in your browser that can interfere with the execution of javascript on the page? |
Okei, I found the source of the problem. |
Thanks for following up with that information @KStenK! |
Should I close that ticket or hold it open for any reason? |
Keep it open for now until someone can investigate the issue more fully. I changed the title to be more explicit about the actual cause of this problem to help others identify problems. If you want to dig into why channels and the toolbar aren't working well you're more than welcome to. |
@KStenK You can get the request history panel to work with channels by setting |
@KStenK There's definitely a chance that the toolbar will not work with channels given it runs with multiple processes and the toolbar's data is stored in memory. |
Just an aside: I was getting this error without channels with a |
Hello,
I remember in the past at one point I got the request history panel working, but now if I need to use it, it won't work.
On the front end I have enabled:
History, Versions, Time, and SQL panels.
Now if I click on the History tab, then there no rows.
And if i click on the Refresh button, i get 400 error:
I have no idea what I am doing wrong or how to troubleshoot that problem.
Any suggestions, what should I try next?
Dependencies:
Django==3.1.3
django_debug_toolbar==3.1.1
Edited:
Environment:
Docker python:3.9.0-slim
Configuration:
settings.base.py
settings.development.py
The text was updated successfully, but these errors were encountered: