Boards won't delete #715

Closed
opened 2025-10-09 18:58:24 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @bdelwood on GitHub.

When I try to delete a board, it will disappear in the UI until I refresh the page.

The server logs give

error: Sending 500 ("Server Error") response:
 ReferenceError: currentUser is not defined
    at Object.fn (/app/api/controllers/boards/delete.js:32:7)
    at processTicksAndRejections (internal/process/task_queues.js:95:5)

Planka v1.0.0-beta
OS: Arch, kernel 5.13.6
Docker v20.10.7

Originally created by @bdelwood on GitHub. When I try to delete a board, it will disappear in the UI until I refresh the page. The server logs give ``` error: Sending 500 ("Server Error") response: ReferenceError: currentUser is not defined at Object.fn (/app/api/controllers/boards/delete.js:32:7) at processTicksAndRejections (internal/process/task_queues.js:95:5) ``` Planka v1.0.0-beta OS: Arch, kernel 5.13.6 Docker v20.10.7
OVERLORD added the bug label 2025-10-09 18:58:24 +03:00
Author
Owner

@meltyshev commented on GitHub:

Thanks for reporting this! I just forgot to define the variable...

@meltyshev commented on GitHub: Thanks for reporting this! I just forgot to define the variable...
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#715