mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-26 03:21:41 +03:00
Unable to edit resource for server #39
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 @andyondrya on GitHub (May 12, 2024).
Current Behavior
Returns 500 Server Error. Looks like its trying to validate a string instead of integer.
Expected Behavior
Server RAM/CPU Usage/Disk Allocations would be updated.
Steps to Reproduce
Go to a server that is already installed and edit the server allocations usage > Save Changes
Panel Version
1.0.0-beta1
Wings Version
1.0.0-beta1
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
Is there an existing issue for this?
@notAreYouScared commented on GitHub (May 12, 2024):
This is an egg rule validation logic issue on the edit page. If the field has
nullable|string, the validator still wants a string.an example is the paper egg. Create Egg works with nullable, edit page does not.
@frankodotme commented on GitHub (Jul 7, 2024):
Same problem for me, with Satisfactory egg.
How can I fix this? I can't delete the server and I can't add any new. Basically the whole panel is unusable now.
@Boy132 commented on GitHub (Jul 8, 2024):
Update to beta6.