AppFlowy-IO / AppFlowy-Cloud

AppFlowy is an open-source alternative to Notion. You are in charge of your data and customizations. Built with Flutter and Rust.
GNU Affero General Public License v3.0
1.07k stars 228 forks source link

[Bug] Unable to import Notion data in self-hosted instance - Minio presigned URL error #991

Open domsilvestre opened 2 days ago

domsilvestre commented 2 days ago

Bug Description

When trying to import a Notion export file in a self-hosted AppFlowy instance, the import fails with a Minio presigned URL error. The import works fine on AppFlowy Cloud but fails on self-hosted setup.

How to Reproduce

  1. Set up AppFlowy-Cloud with Minio storage on AWS EC2
  2. Configure Minio in docker-compose.yml and .env
  3. Open AppFlowy desktop app
  4. Try to import Notion export file
  5. Get "3 tasks pending" message
  6. After a while, get error with presigned URL

Expected Behavior

The Notion export should be successfully imported into the self-hosted AppFlowy instance, just like it works on AppFlowy Cloud.

Operating System

AppFlowy Version(s)

Screenshots

CleanShot 2024-11-13 at 12 19 40

Additional Context

appflowy commented 1 day ago

@domsilvestre If you are in development mode, you can check the frontend app debug console. It seems like a upload file issue