Hello, I have imported some tasks from trello and when a user (not the same user who imported the tasks) tries to click on a task, the frontend hangs.
Here are the steps that I’ve used to reproduce the issue.
- Ran the application in docker using the unstable version of the image.
- Imported a board from trello as user1
- Logged in as user1
- From the imported board, user1 was able to view all tasks, click on a particular task and view it.
- Logged in as user2.
- From the imported board, the frontend hangs when user2 clicks on a particular task.