From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Sun, 8 Jan 2023 21:41:23 +0000 (-0800) Subject: Add note re `PAPERLESS_DEBUG` for dev server X-Git-Tag: v1.12.0-beta.rc0~1^2~8^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2387%2Fhead;p=thirdparty%2Fpaperless-ngx.git Add note re `PAPERLESS_DEBUG` for dev server --- diff --git a/docs/setup.md b/docs/setup.md index 2923d06ce5..c0f1ec1140 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -429,7 +429,9 @@ supported. and pointing your browser to http://localhost:8000 if accessing from the same devices on which paperless is installed. - If accessing from another machine, set up systemd services. + If accessing from another machine, set up systemd services. You may need + to set `PAPERLESS_DEBUG=true` in order for the development server to work + normally in your browser. !!! warning