Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
domsilvestre opened this issue Nov 13, 2024 · 1 comment
Assignees

Comments

@domsilvestre
Copy link

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

  • Server: Amazon Linux 2023 (EC2) - Client: macOS

AppFlowy Version(s)

  • AppFlowy Desktop: 0.7.3 - AppFlowy-Cloud: Latest from main branch

Screenshots

CleanShot 2024-11-13 at 12 19 40

Additional Context

  • Successfully imported the same Notion export on AppFlowy Cloud
  • Minio is properly configured and running (ports 9000 and 9001)
  • AWS security group has all necessary ports open
  • Tried clearing pending tasks in database
  • Tried different Minio configurations and CORS settings
  • Unable to transfer data from cloud to self-hosted instance
@LucasXu0 LucasXu0 transferred this issue from AppFlowy-IO/AppFlowy Nov 14, 2024
@appflowy appflowy self-assigned this Nov 14, 2024
@appflowy
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants