Hello!
I recently migrated my boards from Trello using the migrator tool. All files seem intact and I was notified that migration is successful. I just have one issue with a specific board. It throws an “Internal Server Error” when I try to view it as “List” or “Table”. I can view it in Kanban without any issues though since I can view, add, edit, and remove tasks.
This is the exact error I am getting when I looked through the docker logs:
2024-04-23T11:18:11.221495731Z: ERROR ▶ handler/ReadAllWeb 1c62 disk I/O error: permission denied
I am not sure why it is throwing permission denied errors when I can view all the other boards without any issues. I have set proper permissions on the db/ and files/ directory from the beginning.
In this specific board, there are 23 buckets (or list in Trello). My first thought was there might be an issue with one (or more) bucket or the cards inside them. To test this out, I tried migrating 3 buckets at a time (archive the other 20, migrate the 3, then repeat) to identify if there is any corrupted or problematic bucket. Interestingly, I can view it as “List” or “Table” when I used this approach and I got no errors.
I am using:
- Version: v0.23.0+525-ecbefdb921
- Database: sqlite
- Installed using docker compose
Maybe I overlooked something or is this a bug? This board is quite large so I’m thinking that it has something to do with the data size and Vikunja is unable to load it as List or Table. Any help or advise would be appreciated. Thanks in advance!