canaille-globuzma/doc/troubleshooting.rst

10 lines
566 B
ReStructuredText
Raw Normal View History

2023-07-10 16:33:02 +00:00
Troubleshooting
###############
The web interface throws unuseful error messages
================================================
2024-03-29 11:08:03 +00:00
Unless the current user has admin :class:`permissions <canaille.core.configuration.Permission>`, or the installation is in :attr:`~canaille.app.configuration.RootSettings.DEBUG` mode, error messages won't be too technical.
2023-07-10 16:33:02 +00:00
For instance, you can see *The request you made is invalid*.
2024-03-29 08:35:29 +00:00
To enable detailed error messages, you can **temporarily** enable the :attr:`~canaille.app.configuration.RootSettings.DEBUG` configuration parameter.