mirror of
https://github.com/plankanban/planka.git
synced 2026-02-05 00:39:58 +03:00
[Bug]: Planka v2 - API Call - /users/:id #795
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 @BechtelCanDoIt on GitHub (Aug 23, 2025).
Where is the problem occurring?
I encountered the problem while interacting with the server (Backend)
What browsers are you seeing the problem on?
Other
Current behavior
Using /api/users/1184222251092804609 gave regex error response:
After reviewing the regex rule with chatgpt I found it only allows:
Desired behavior
User id, by id in database or me, should pass validation and return record.
Steps to reproduce
{ "items": [ { "id": "1184222251092804609", "createdAt": "2024-02-19T16:58:13.222Z", ...Other information
I also called /api/users/me. That successfully returned my record.
@meltyshev commented on GitHub (Aug 24, 2025):
Hey! Thanks for reporting this. It was fixed a few days ago, so everything should work correctly in the new release. We're aiming to release the final v2 version at the beginning of September :)