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
It may be worthwhile to implement a lightweight middleware to intercept common exceptions related to installation issues. For example, a ProgrammingError typically indicates that database migrations have not been applied following an upgrade. Returning hints at possible solutions to the user would help shorten the support cycle and cut down on invalid bug reports.
The text was updated successfully, but these errors were encountered:
Issue type
[x] Feature request
[ ] Bug report
[ ] Documentation
Environment
Description
It may be worthwhile to implement a lightweight middleware to intercept common exceptions related to installation issues. For example, a
ProgrammingError
typically indicates that database migrations have not been applied following an upgrade. Returning hints at possible solutions to the user would help shorten the support cycle and cut down on invalid bug reports.The text was updated successfully, but these errors were encountered: