You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.