Error when importing PST files - 403 Cross-site POST from submissions are forbidden #283

Closed
opened 2026-04-05 16:17:15 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @corentinaltepe on 8/17/2025

When the application's port is mapped with Docker as follows, then the PST file import fails. The HTTP POST http://<host>:3005/api/v1/upload request returns 403 cross-site POST from submissions are forbidden.

services:
  open-archiver:
    image: logiclabshq/open-archiver:v0.2.0
    ports:
      - 3005:3000

The solution was to add the environment variable ORIGIN=http://<host>:3005 (replace host with your own host value you will use to upload your PST files.

Perhaps we should document this work-around?

*Originally created by @corentinaltepe on 8/17/2025* When the application's port is mapped with Docker as follows, then the PST file import fails. The `HTTP POST http://<host>:3005/api/v1/upload` request returns `403 cross-site POST from submissions are forbidden`. ``` services: open-archiver: image: logiclabshq/open-archiver:v0.2.0 ports: - 3005:3000 ``` The solution was to add the environment variable `ORIGIN=http://<host>:3005` (replace host with your own host value you will use to upload your PST files. Perhaps we should document this work-around?
MrUnknownDE added the documentationdocumentation labels 2026-04-05 16:17:15 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/OpenArchiver#283