Opened 7 years ago

Closed 7 years ago

#28969 closed Bug (invalid)

400 error is 500 in production

Reported by: Mayaank Vadlamani Owned by: nobody
Component: Uncategorized Version: 2.0
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

When DEBUG=True all 404 errors work fine

But when DEBUG=False every url that was a 404 in development is a 500 error.

Help!

Change History (1)

comment:1 by Tim Graham, 7 years ago

Resolution: invalid
Severity: Release blockerNormal
Status: newclosed

This ticket tracker is for reporting confirmed bugs in Django. Please see TicketClosingReasons/UseSupportChannels for ways to get help. It's doubtful anyone will be able to help you if you don't provide a sample project that reproduces the problem..

Note: See TracTickets for help on using tickets.
Back to Top