-
-
Notifications
You must be signed in to change notification settings - Fork 256
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
Comments
@domsilvestre If you are in development mode, you can check the frontend app debug console. It seems like a upload file issue |
Also having this issue, guessing it has something to do with Docker networking as the hostname of minio would only be resolvable within the container network context. I see there's a variable in the |
I had the same problem. I had to remove minio from docker-compose.yml and run it as a separate service, then everything worked. |
I've got the same problem, can you share how do you setup minio / docker-compose ? Thanks ! |
Another +1 here! I'm interested to hear how @aintlikeu modified the Docker setup to make this work, BUT I think I'd prefer to find a fix on the "blessed path" so my local setup is easily upgradable. As an additional note: I do not have AWS set up, my install is fully local with basically all of the defaults. The same error appears but without step 5 ('Get "3 tasks pending" message'). |
If you try to import more than 3 times, you will get the error. There's a queue of 3 tasks max for import, you can delete a task from the database to remove the message. |
@fabiencharrasse @rockerest |
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
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
Additional Context
The text was updated successfully, but these errors were encountered: