mirror of
https://github.com/pelican-dev/panel.git
synced 2026-07-16 04:03:50 +03:00
Client API Endpoint /files/rename always throws an error #281
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 @vanlueckn on GitHub (Mar 22, 2025).
Originally assigned to: @Boy132 on GitHub.
Current Behavior
Calling the /files/rename endpoint of the client api always throws an 500 error.
Example input body:
Response:
Expected Behavior
Calling /files/rename should not throw an error
Steps to Reproduce
Call client api endpoint /files/rename
Panel Version
v1.0.0-beta18
Wings Version
v1.0.0-beta18
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
Is there an existing issue for this?