mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[Admin Panel] Create server results in TextArea not found error. #138
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 @ryzech on GitHub (Jul 30, 2024).
Current Behavior
Expected Behavior
Steps to Reproduce
Be on the latest git commit, attempt to click the create server button, an error will appear.
Panel Version
canary (
d22f9756)Wings Version
1.0.0-beta3
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
Is there an existing issue for this?
@notAreYouScared commented on GitHub (Jul 30, 2024):
Not able to reproduce this on the demo...
Created and Edited the same server just fine

@ryzech commented on GitHub (Jul 30, 2024):
Looked into it myself, the issue seems to be that in
app/Filament/Resources/ServerResource/Pages/CreateServer.phpFilament\Forms\Component\TextAreais actually supposed to beFilament\Forms\Component\Textarea. But it only causes issues in some OS', while other's are fine due to case sensitivity.@notAreYouScared commented on GitHub (Jul 30, 2024):
Changed.... Everything else is CamelCase...
@ryzech commented on GitHub (Jul 30, 2024):
Yeah, very weird, but it worked immediately after changing it