mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 03:12:01 +03:00
Error when saving server settings in web panel unless “Default” is selected again #519
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 @betamoon1 on GitHub (Dec 12, 2025).
Current Behavior
Every time I am logged in as an admin and change something in the web interface, saving fails with an error.
Examples of changes that trigger this:
Creating or modifying a port
Assigning or changing resource limits / capacity
Any similar configuration change in the web UI
After clicking Save, I always receive an error message.
Workaround
If I manually click/select “Default” again (even though it was already set), saving works immediately without any error.
Expected Behavior
Saving changes in the web interface should work without errors, and it should not be necessary to reselect “Default” every time.
Steps to Reproduce
Log in to the web panel as admin
Open a server configuration page
Change any setting (e.g. add a port or adjust resource capacity)
Click Save → error occurs
Click/select “Default” again
Click Save → works correctly
Panel Version
Version: 1.0.0-beta29
Wings Version
1.0.0-beta20
Games and/or Eggs Affected
Minecraft (Paper), 7 Days To Die (Steam)
Docker Image
ghcr.io/parkervcp/yolks:java_21, ghcr.io/parkervcp/steamcmd:debian
Error Logs
Is there an existing issue for this?
@Boy132 commented on GitHub (Dec 12, 2025):
Duplicate of #1977