mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 03:12:01 +03:00
When creating a port allocation entering the port before selecting an IP address results in an error #319
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 @Simber1 on GitHub (Apr 26, 2025).
Originally assigned to: @rmartinoscar on GitHub.
Current Behavior
When making a port allocation if I input the port then click to "lock it in" it results in this error.
Expected Behavior
The error to not occur and to be able to select the IP address after the port is chosen
Steps to Reproduce
Panel Version
1.0.0-beta19
Wings Version
1.0.0-beta11
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
Is there an existing issue for this?
@notAreYouScared commented on GitHub (Apr 26, 2025):
This is due to it trying to find duplicates before it adds the to the port list. The solution is to just disable the port field if sn ip isn't selected