mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-25 20:36:10 -04:00
[GH-ISSUE #83] [BUG] Server attempts to create setup executable and finds undefined #41
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 @quexeky on GitHub (Jun 4, 2025).
Original GitHub issue: https://github.com/Drop-OSS/drop/issues/83
To recreate:
I'm guessing that it's just setting a tag and then not resetting it when it's deleted
@DecDuck commented on GitHub (Jun 5, 2025):
Can reproduce, I'm going to investigate
@DecDuck commented on GitHub (Jun 5, 2025):
This seems to be a two-part error: the body validator was not configured properly, which was causing the parsePlatform issue (it was the first thing to run after, and was trying to access .platform on ArkErrors).
I think the bigger issue is that the frontend supplies
nullwhen the user doesn't provide a value, which causes a validation error.@quexeky commented on GitHub (Jun 5, 2025):
Yeah I think that more feedback in that form in general would be more useful
[BUG] Server attempts to create setup executable and finds undefinedto [GH-ISSUE #83] [BUG] Server attempts to create setup executable and finds undefined