Failed to delete ingestion #110

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

Originally created by @BitNike on 11/3/2025

Image

Describe the bug
I tried to connect my Microsoft Mail account via IMAP.
Later, I read here that this is not yet possible. Now I wanted to delete my failed attempts. When I do so, I get the following error:

Failed to delete ingestion
Deletion is disabled for this instance

To Reproduce

My emails are stored on a network hard drive that is shared via SAMBA.

    volumes:
      - /mnt/open-archiver:/var/data/open-archiver

Read and write permissions are available.

Writing works very well. I have already connected email accounts. But even the active accounts cannot be deleted.
I also have read permissions. I can read the emails from the web GUI.

I suspect it's a permissions issue.

Does anyone have any ideas?

System:

  • Open Archiver Version: 0.4.0

Relevant logs:
[1] [0] Delete ingestion source 681143fb-4270-42d7-a07a-0762087c87a8 error: Error: Deletion is disabled for this instance.
[1] [0] at checkDeletionEnabled (/app/packages/backend/dist/helpers/deletionGuard.js:12:15)
[1] [0] at delete (/app/packages/backend/dist/api/controllers/ingestion.controller.js:99:54)
[1] [0] at Layer.handleRequest (/app/node_modules/.pnpm/router@2.2.0/node_modules/router/lib/layer.js:152:17)
[1] [0] at next (/app/node_modules/.pnpm/router@2.2.0/node_modules/router/lib/route.js:157:13)
[1] [0] at /app/packages/backend/dist/api/middleware/requirePermission.js:23:9
[1] [0] at process.processTicksAndRejections (node:internal/process/task_queues:105:5)

*Originally created by @BitNike on 11/3/2025* <img width="1236" height="224" alt="Image" src="https://github.com/user-attachments/assets/bd71cf72-2de1-40d4-8251-0c85ae35f577" /> **Describe the bug** I tried to connect my Microsoft Mail account via IMAP. Later, I read here that this is not yet possible. Now I wanted to delete my failed attempts. When I do so, I get the following error: > Failed to delete ingestion > Deletion is disabled for this instance **To Reproduce** My emails are stored on a network hard drive that is shared via SAMBA. ``` volumes: - /mnt/open-archiver:/var/data/open-archiver ``` Read and write permissions are available. Writing works very well. I have already connected email accounts. But even the active accounts cannot be deleted. I also have read permissions. I can read the emails from the web GUI. I suspect it's a permissions issue. Does anyone have any ideas? **System:** - Open Archiver Version: 0.4.0 **Relevant logs:** [1] [0] Delete ingestion source 681143fb-4270-42d7-a07a-0762087c87a8 error: Error: Deletion is disabled for this instance. [1] [0] at checkDeletionEnabled (/app/packages/backend/dist/helpers/deletionGuard.js:12:15) [1] [0] at delete (/app/packages/backend/dist/api/controllers/ingestion.controller.js:99:54) [1] [0] at Layer.handleRequest (/app/node_modules/.pnpm/router@2.2.0/node_modules/router/lib/layer.js:152:17) [1] [0] at next (/app/node_modules/.pnpm/router@2.2.0/node_modules/router/lib/route.js:157:13) [1] [0] at /app/packages/backend/dist/api/middleware/requirePermission.js:23:9 [1] [0] at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/OpenArchiver#110