Changes between Initial Version and Version 1 of Ticket #33674
- Timestamp:
- May 2, 2022, 6:31:44 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33674 – Description
initial v1 5 5 * this does not happen in a development environment at all as far as I can tell 6 6 * I am using Channels and Daphne to serve content behind an Nginx reverse proxy 7 * Edit: using python3 manage.py runserver with debug=False returns the correct 500 page. This issue is only happening when running with Daphne. 7 8 * When 500 errors happen, the user gets redirected to a very generic Daphne "exception inside application" page. Before you blame this on Daphne, please keep reading... 8 9 * The error log traceback points to `site-packages/django/templatetags/tz.py`