mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 03:12:01 +03:00
Server search freezes page #479
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 @m41denx on GitHub (Oct 31, 2025).
Current Behavior
When you attempt to search servers in user panel, if server is found the whole page "freezes" - no buttons can be pressed, and also server cards are empty
Expected Behavior
Search works and displays matching servers
Steps to Reproduce
Reproducible on Pelican demo, as well as standalone installation
Panel Version
canary
Wings Version
not relevant
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
Is there an existing issue for this?
@Boy132 commented on GitHub (Oct 31, 2025):
Can confirm:

Reloading the page works, so maybe a SPA issue?
@m41denx commented on GitHub (Oct 31, 2025):
Just spotted an additional issue with search in admin panel
Search just straight up doesnt work and errors with 500
@m41denx commented on GitHub (Oct 31, 2025):
Btw I'll investigate bug with admin area search, but not Livewire lol (i have no idea how it works or hydrates page)
@m41denx commented on GitHub (Oct 31, 2025):
@Boy132 would this fix the issue with admin panel? I just don't know how column names are used in templates
@Boy132 commented on GitHub (Oct 31, 2025):
It's because of view caching. When running
php artisan optimize:clear(or justphp artisan view:clear) it works.@Boy132 commented on GitHub (Oct 31, 2025):
That should be a separate issue. (or just create a PR with a fix)
@NerdsCorp commented on GitHub (Oct 31, 2025):
@Boy132 I've had this issue as well, I have to refresh two or three times and then the console log will populate.
@Boy132 commented on GitHub (Nov 15, 2025):
Still not fixed.
@notAreYouScared commented on GitHub (Feb 2, 2026):
Testing on the demo and my prod panel with ~15 servers. Seems to be fine now? Can anyone else confirm?