question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

404 Error when clicking on toolbar

See original GitHub issue

Hi,

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:closed
  • Created 9 years ago
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

10reactions
aaugustincommented, Oct 14, 2016

Do this:

    urlpatterns = [
        url(r'^__debug__/', include(debug_toolbar.urls)),
    ] + urlpatterns
6reactions
lfigueiracommented, Mar 26, 2014

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found