mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 03:06:31 -05:00
Add FAQ entry about broken image upload
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
c9388add9d
commit
6d0187bead
1 changed files with 6 additions and 0 deletions
|
@ -45,3 +45,9 @@ If you still want to allow embedding via iframe, ensure that:
|
|||
- `cookiePolicy` / `CMD_COOKIE_POLICY` is set to `none` (Otherwise you will get a `AUTH failed: No cookie transmitted` error.)
|
||||
- `csp.allowFraming` / `CMD_CSP_ALLOW_FRAMING` is set to `true`
|
||||
|
||||
## I can't upload images or the upload gets stuck
|
||||
This problem is typically accompanied by the error `Invalid URL: /uploads/` in the log and is often caused by a missing
|
||||
`domain` / `CMD_DOMAIN` config option or an incorrect reverse proxy config.
|
||||
Have a look at our [reverse proxy documentation](https://docs.hedgedoc.org/guides/reverse-proxy/)
|
||||
and make sure that `protocolUseSSL` / `CMD_PROTOCOL_USESSL` is set to `true` if you serve HedgeDoc via HTTPS.
|
||||
|
||||
|
|
Loading…
Reference in a new issue