Not able to remove members from board [1.17.X] #494

Closed
opened 2026-02-04 19:55:18 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @tomlyo on GitHub (May 3, 2024).

I found that in any 1.17.X version running on docker, I'm not able to remove any members specifically when clicking on the member dropdown on the board.

2024-05-02_19-02

TypeError: Cannot read properties of null (reading 'userId')
    at Object.deleteBoardMembership (board-memberships.js:162:7)
    at deleteBoardMembership.next (<anonymous>)
    at d (redux-saga-core.esm.js:1156:18)
    at l (redux-saga-core.esm.js:1247:26)
    at dt.<computed> (redux-saga-core.esm.js:728:3)
    at redux-saga-core.esm.js:1202:49
    at p (redux-saga-core.esm.js:1268:5)
    at d (redux-saga-core.esm.js:1169:30)
    at l (redux-saga-core.esm.js:1247:26)
    at dt.<computed> (redux-saga-core.esm.js:728:3)
ne @ io-22ea0cf9.js:111
Show 1 more frame
Show less
io-22ea0cf9.js:112 The above error occurred in task anonymous
    created by takeEvery(@entry/BOARD_MEMBERSHIP_DELETE, )
    created by anonymous
    created by Xf
    created by anonymous
Tasks cancelled due to error:
takeEvery(@entry/BOARD_MEMBERSHIP_DELETE, )
takeEvery(@entry/MEMBERSHIP_IN_CURRENT_BOARD_CREATE, )
takeEvery(@entry/BOARD_MEMBERSHIP_CREATE_HANDLE, )
takeEvery(@entry/BOARD_MEMBERSHIP_UPDATE, )
takeEvery(@entry/BOARD_MEMBERSHIP_UPDATE_HANDLE, )
takeEvery(@entry/BOARD_MEMBERSHIP_DELETE_HANDLE, )
Xf
anonymous
anonymous
anonymous
anonymous
anonymous
anonymous
anonymous
anonymous
anonymous
anonymous
anonymous
anonymous
anonymous
anonymous
anonymous
anonymous
Originally created by @tomlyo on GitHub (May 3, 2024). I found that in any 1.17.X version running on docker, I'm not able to remove any members specifically when clicking on the member dropdown on the board. ![2024-05-02_19-02](https://github.com/plankanban/planka/assets/90040568/73ca8661-0752-4f84-b1e7-80cdfc5ed78c) ``` TypeError: Cannot read properties of null (reading 'userId') at Object.deleteBoardMembership (board-memberships.js:162:7) at deleteBoardMembership.next (<anonymous>) at d (redux-saga-core.esm.js:1156:18) at l (redux-saga-core.esm.js:1247:26) at dt.<computed> (redux-saga-core.esm.js:728:3) at redux-saga-core.esm.js:1202:49 at p (redux-saga-core.esm.js:1268:5) at d (redux-saga-core.esm.js:1169:30) at l (redux-saga-core.esm.js:1247:26) at dt.<computed> (redux-saga-core.esm.js:728:3) ne @ io-22ea0cf9.js:111 Show 1 more frame Show less io-22ea0cf9.js:112 The above error occurred in task anonymous created by takeEvery(@entry/BOARD_MEMBERSHIP_DELETE, ) created by anonymous created by Xf created by anonymous Tasks cancelled due to error: takeEvery(@entry/BOARD_MEMBERSHIP_DELETE, ) takeEvery(@entry/MEMBERSHIP_IN_CURRENT_BOARD_CREATE, ) takeEvery(@entry/BOARD_MEMBERSHIP_CREATE_HANDLE, ) takeEvery(@entry/BOARD_MEMBERSHIP_UPDATE, ) takeEvery(@entry/BOARD_MEMBERSHIP_UPDATE_HANDLE, ) takeEvery(@entry/BOARD_MEMBERSHIP_DELETE_HANDLE, ) Xf anonymous anonymous anonymous anonymous anonymous anonymous anonymous anonymous anonymous anonymous anonymous anonymous anonymous anonymous anonymous anonymous ```
OVERLORD added the bug label 2026-02-04 19:55:18 +03:00
Author
Owner

@meltyshev commented on GitHub (May 3, 2024):

Hi! Thanks for reporting this. Already fixing...

@meltyshev commented on GitHub (May 3, 2024): Hi! Thanks for reporting this. Already fixing...
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#494