mirror of
https://github.com/pelican-dev/panel.git
synced 2026-07-16 04:03:50 +03:00
Create Allocations | Notification Error #123
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 @voidvalue-dev on GitHub (Jul 1, 2024).
(I know you can't create ports lower than 1024, but it's a bug in the panel that doesn't give the alert.)
Current Behavior
When you on a node try to create a port smaller than 1024, instead of giving an error, it gives a blank screen. And then when you reload the page you get the error, but with a bug in the title.
When you do F5 ->
Expected Behavior
That the error with the fixed title instead of a blank screenshot is given.
Steps to Reproduce
Create a port lower than 1024

Panel Version
1.0.0-beta6
Wings Version
v1.0.0-beta3
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
No response
Is there an existing issue for this?
@notAreYouScared commented on GitHub (Jul 2, 2024):
The proposed solution would be to filter the ports and remove them before they're passed to the creation service.