AppFlowy
AppFlowy copied to clipboard
[Bug] Self-Hosted: Unable to Download Attached File
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
- Install Appflowy Cloud on your server.
- Create a new document.
- Add a "File" block.
- Attach a file.
- 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
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.