forked from Github-Mirrors/canaille
doc: troubleshooting section
This commit is contained in:
parent
20300c5be3
commit
7069114ac4
2 changed files with 10 additions and 0 deletions
|
@ -36,6 +36,7 @@ Table of contents
|
||||||
install
|
install
|
||||||
backends
|
backends
|
||||||
configuration
|
configuration
|
||||||
|
troubleshooting
|
||||||
contributing
|
contributing
|
||||||
specifications
|
specifications
|
||||||
changelog
|
changelog
|
||||||
|
|
9
doc/troubleshooting.rst
Normal file
9
doc/troubleshooting.rst
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
Troubleshooting
|
||||||
|
###############
|
||||||
|
|
||||||
|
The web interface throws unuseful error messages
|
||||||
|
================================================
|
||||||
|
|
||||||
|
Unless the current user has admin permissions, or the installation is in debug mode, error messages won't be too technical.
|
||||||
|
For instance, you can see *The request you made is invalid*.
|
||||||
|
To enable detailed error messages, you can **temporarily** set the ``DEBUG=true`` configuration parameter.
|
Loading…
Reference in a new issue