[GH-ISSUE #6499] [Bug] Self-Hosted: Unable to Download Attached File #2861

Closed
opened 2026-03-23 21:25:47 +00:00 by mirror · 1 comment
Owner

Originally created by @capybaras-team on GitHub (Oct 7, 2024).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/6499

Bug Description

When clicking on an attached file in the File block, the browser opens and displays the following error:
{"code":1017,"message":"Can't find the user uuid from the request: No Authorization header"}

How to Reproduce

  1. Install Appflowy Cloud on your server.
  2. Create a new document.
  3. Add a "File" block.
  4. Attach a file.
  5. Click on the attached file.

Expected Behavior

The file should be downloadable from any device that has access to the workflow.

Operating System

Windows, Android

AppFlowy Version(s)

0.7.0.0

Screenshots

No response

Additional Context

No response

Originally created by @capybaras-team on GitHub (Oct 7, 2024). Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/6499 ### Bug Description When clicking on an attached file in the File block, the browser opens and displays the following error: {"code":1017,"message":"Can't find the user uuid from the request: No Authorization header"} ### How to Reproduce 1. Install Appflowy Cloud on your server. 2. Create a new document. 3. Add a "File" block. 4. Attach a file. 5. Click on the attached file. ### Expected Behavior The file should be downloadable from any device that has access to the workflow. ### Operating System Windows, Android ### AppFlowy Version(s) 0.7.0.0 ### Screenshots _No response_ ### Additional Context _No response_
Author
Owner

@khorshuheng commented on GitHub (Oct 7, 2024):

The main reason is due to the fact that there is no authentication information attached to the URL itself. So for the time being, the workaround would be to set APPFLOWY_ACCESS_CONTROL to false.

<!-- gh-comment-id:2396615406 --> @khorshuheng commented on GitHub (Oct 7, 2024): The main reason is due to the fact that there is no authentication information attached to the URL itself. So for the time being, the workaround would be to set APPFLOWY_ACCESS_CONTROL to false.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#2861
No description provided.