File upload fails without warning message #215

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

Originally created by @wayneshn on 9/17/2025

Describe the bug
When trying to upload a .mbox file in v0.3.3, the upload is stuck without a warning message. Backend log shows fetch failed for the upload API.

To Reproduce
Steps to reproduce the behavior:

  1. Go to Ingestions
  2. Click on Crreat new and upload an mbox file.
  3. See error

Expected behavior
Successfully uploading the file

System:

  • Open Archiver Version: v0.3.3

Relevant logs:

2025-09-17T12:19:07.453154427Z [0] [0] [12:19:07.332] INFO (289): Successfully updated status and final sync state.
2025-09-17T12:19:07.453155827Z [0] [0]     ingestionSourceId: "d8e6ca8c-f78b-46fe-af7c-e1e67fae2c1a"
2025-09-17T12:19:37.111048406Z [1] packages/frontend start: [500] POST /api/v1/upload
2025-09-17T12:19:37.111093184Z [1] packages/frontend start: TypeError: fetch failed
2025-09-17T12:19:37.111096680Z [1] packages/frontend start:     at node:internal/deps/undici/undici:13510:13
2025-09-17T12:19:37.112681139Z [1] packages/frontend start:     at async handleRequest (file:///app/packages/frontend/build/server/chunks/_server.ts-NjWgYVx5.js:15:20)
2025-09-17T12:19:37.112696691Z [1] packages/frontend start:     at async render_endpoint (file:///app/packages/frontend/build/server/index.js:2316:22)
2025-09-17T12:19:37.113287865Z [1] packages/frontend start:     at async resolve2 (file:///app/packages/frontend/build/server/index.js:5635:23)
2025-09-17T12:19:37.113305290Z [1] packages/frontend start:     at async fn (file:///app/packages/frontend/build/server/index.js:5500:16)
2025-09-17T12:19:37.113309274Z [1] packages/frontend start:     at async internal_respond (file:///app/packages/frontend/build/server/index.js:5482:22)
2025-09-17T12:19:37.113311930Z [1] packages/frontend start:     at async Array.ssr (file:///app/packages/frontend/build/handler.js:1287:3)
*Originally created by @wayneshn on 9/17/2025* **Describe the bug** When trying to upload a .mbox file in v0.3.3, the upload is stuck without a warning message. Backend log shows fetch failed for the upload API. **To Reproduce** Steps to reproduce the behavior: 1. Go to Ingestions 2. Click on Crreat new and upload an mbox file. 5. See error **Expected behavior** Successfully uploading the file **System:** - Open Archiver Version: v0.3.3 **Relevant logs:** ``` 2025-09-17T12:19:07.453154427Z [0] [0] [12:19:07.332] INFO (289): Successfully updated status and final sync state. 2025-09-17T12:19:07.453155827Z [0] [0] ingestionSourceId: "d8e6ca8c-f78b-46fe-af7c-e1e67fae2c1a" 2025-09-17T12:19:37.111048406Z [1] packages/frontend start: [500] POST /api/v1/upload 2025-09-17T12:19:37.111093184Z [1] packages/frontend start: TypeError: fetch failed 2025-09-17T12:19:37.111096680Z [1] packages/frontend start: at node:internal/deps/undici/undici:13510:13 2025-09-17T12:19:37.112681139Z [1] packages/frontend start: at async handleRequest (file:///app/packages/frontend/build/server/chunks/_server.ts-NjWgYVx5.js:15:20) 2025-09-17T12:19:37.112696691Z [1] packages/frontend start: at async render_endpoint (file:///app/packages/frontend/build/server/index.js:2316:22) 2025-09-17T12:19:37.113287865Z [1] packages/frontend start: at async resolve2 (file:///app/packages/frontend/build/server/index.js:5635:23) 2025-09-17T12:19:37.113305290Z [1] packages/frontend start: at async fn (file:///app/packages/frontend/build/server/index.js:5500:16) 2025-09-17T12:19:37.113309274Z [1] packages/frontend start: at async internal_respond (file:///app/packages/frontend/build/server/index.js:5482:22) 2025-09-17T12:19:37.113311930Z [1] packages/frontend start: at async Array.ssr (file:///app/packages/frontend/build/handler.js:1287:3) ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/OpenArchiver#215