You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
“report an issue” page is broken, I just had the following error:-
AttributeError at /report/16919/
'Settings' object has no attribute 'REPORT_EMAIL_SUBJECT'
Two things:
That looks easy to fix
Maybe sentry isn't firing because DEBUG=True on prod? The user shouldn't be seeing that error!
The text was updated successfully, but these errors were encountered:
500 error whenever you try to send an issue. Also the form says it is specifically for reporting abuse/illegality, but most people will want it for errors or mistakes with the site itself
symroe
changed the title
“report an issue” page is broken
Re-add "report issue" feature
Dec 8, 2024
Note: I removed this as part of the dead code removal, but we want to add it back in again. The old code wasn't very useful, so easier to just re-add from scratch.
Report from a user:
Two things:
DEBUG=True
on prod? The user shouldn't be seeing that error!The text was updated successfully, but these errors were encountered: