404 Error when clicking on toolbar
See original GitHub issueHi,
I’ve installed DDT using the explicit setup described in the documentation. The toolbar appears correctly, but when I click on any of the panels, I always get 404 Not Found errors:
[25/Mar/2014 23:31:44] "GET /__debug__/render_panel/?store_id=0020c69907dd48d9b76ff11d9ff46d0c&panel_id=TimerPanel HTTP/1.1" 404 1673
[25/Mar/2014 23:31:53] "GET /__debug__/render_panel/?store_id=0020c69907dd48d9b76ff11d9ff46d0c&panel_id=LoggingPanel HTTP/1.1" 404 1675
I’m running Python 2.7.6, and also using Mezzanine - these are their versions:
Django==1.6.1
Mezzanine==3.0.7
django-debug-toolbar==1.0.1
I’ve already searched for this issue for quite a while, but can’t seem to find a solution. Many thanks for your help!
Luis
Issue Analytics
- State:
- Created 9 years ago
- Comments:10 (4 by maintainers)
Top Results From Across the Web
Clicking on Django debug toolbar tabs results in 404 Not ...
For now, I can see the toolbar appear on the left side of my browser, but when I click the tabs, I end...
Read more >The website is blank and sometimes I receive a 404 error ...
Click the Chrome menu on the browser toolbar. Select Settings. Click Show advanced settings and find the Reset browser settings section.
Read more >How to Fix WordPress 404 Not Found Error [8 Easy Solutions]
The first troubleshooting method you should try is clearing the browser cache and cookies. Or you can try to visit your site in...
Read more >404 error message when i try to play a game fro playdom ...
when i try to play a game from playdom, which is a game site i keep getting this message, 404 error can't find...
Read more >What is a 404 error and what should I do if I get one?
If you get a 404 error when accessing a website, first check to make sure that you have not mistyped the URL in...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Do this:
Hi,
I finally figured out what the problem was - I was adding the explicit setup URL configuration (http://django-debug-toolbar.readthedocs.org/en/latest/installation.html) after the Mezzanine catch-all URL…
After placing it before that URL pattern it started working fine.
Thanks, Luis