mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
[Bug]: get_user_id interface does not work properly #785
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @shesio on GitHub (Aug 19, 2025).
Where is the problem occurring?
None
What browsers are you seeing the problem on?
No response
Current behavior
I use this API to get a certain user information is a prompt:[Bug]: { "code": "E_MISSING_OR_INVALID_PARAMS", "problems": [ "Invalid "id":\n · Value ('1580458189751583830') did not match the configured regular expression (//^[1-9][0-9]*$/|^me$/)" ], "message": "The server could not fulfill this request (
GET /api/users/1580458189751583830) due to 1 missing or invalid parameter." }Desired behavior
No response
Steps to reproduce
This problem exists in the latest 2.0.0-rc.3 version
Other information
No response
@meltyshev commented on GitHub (Aug 19, 2025):
Hey! Thanks for reporting this. I was able to reproduce it and already working on a fix.
@meltyshev commented on GitHub (Aug 19, 2025):
Fixed 🙂 We'll try to release the final v2 version at the beginning of September.