You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I am trying to use desktop docker with Notion2Anki but cannot upload my .zip files in the Upload page.
What message it gives me?: "The "path" argument must be of type string. Received undefined"
To Reproduce
Steps to reproduce:
Build the container.
Run it with the following command: docker run -p 8080:8080 --detach --name nn
Go to the upload page and try to ankize a notion page.
Fail.
Expected behavior
Not fail, getting my ankicards like I can get in the oficial server.
Screenshots
Desktop (please complete the following information):
Additional context
Really grateful for all the support all people give to this project and hope this isn't happening to only me. Kudos for y'all.
I am not really an expert in javascript, neither Typescript or Docker but I have a question @aalemayhu: Why did you remove the docker image in recent commits?
The text was updated successfully, but these errors were encountered:
The long-term plan is to provide documentation for self-hosting and running it locally. This is a duplicate of #552
I'm closing this issue, but I wanted to clarify why the Dockerfile was removed. I migrated the server from DigitalOcean, where it was running in a container with Dokku, to bare metal. Since the project is no longer using Docker, I removed the Dockerfile to avoid any confusion or maintenance issues. I didn't have the time to continue supporting Docker for this project.
Describe the bug
I am trying to use desktop docker with Notion2Anki but cannot upload my .zip files in the Upload page.
What message it gives me?: "The "path" argument must be of type string. Received undefined"
To Reproduce
Steps to reproduce:
docker run -p 8080:8080 --detach --name nn
Expected behavior
Not fail, getting my ankicards like I can get in the oficial server.
Screenshots
Desktop (please complete the following information):
Additional context
Really grateful for all the support all people give to this project and hope this isn't happening to only me. Kudos for y'all.
I am not really an expert in javascript, neither Typescript or Docker but I have a question @aalemayhu: Why did you remove the docker image in recent commits?
The text was updated successfully, but these errors were encountered: