Dashboard Layout "Table" crashes browser tab #342

Closed
opened 2026-02-05 17:27:29 +03:00 by OVERLORD · 16 comments
Owner

Originally created by @tuAntonioo on GitHub (May 17, 2025).

Current Behavior

When you use dashboard layout "Table" and go between "My servers", "Other's servers" and "All Servers" few times your page will freeze with a message that the page is not responding.

Expected Behavior

It should work seamlessly.

Steps to Reproduce

  1. Change your dashboard layout to "Table"
  2. Go to the home page
  3. Go between "My servers", "Other's servers" and "All Servers" few times.

Panel Version

v1.0.0-beta21

Wings Version

v1.0.0-beta13

Games and/or Eggs Affected

N/A

Docker Image

N/A

Error Logs


Is there an existing issue for this?

  • I have searched the existing issues before opening this issue.
  • I have provided all relevant details, including the specific game and Docker images I am using if this issue is related to running a server.
  • I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system.
Originally created by @tuAntonioo on GitHub (May 17, 2025). ### Current Behavior When you use dashboard layout "Table" and go between "My servers", "Other's servers" and "All Servers" few times your page will freeze with a message that the page is not responding. ### Expected Behavior It should work seamlessly. ### Steps to Reproduce 1. Change your dashboard layout to "Table" 2. Go to the home page 3. Go between "My servers", "Other's servers" and "All Servers" few times. ### Panel Version v1.0.0-beta21 ### Wings Version v1.0.0-beta13 ### Games and/or Eggs Affected N/A ### Docker Image N/A ### Error Logs ```bash ``` ### Is there an existing issue for this? - [x] I have searched the existing issues before opening this issue. - [x] I have provided all relevant details, including the specific game and Docker images I am using if this issue is related to running a server. - [x] I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system.
Author
Owner

@rmartinoscar commented on GitHub (May 17, 2025):

Unable to reproduce, please try on https://demo.pelican.dev

@rmartinoscar commented on GitHub (May 17, 2025): Unable to reproduce, please try on https://demo.pelican.dev
Author
Owner

@tuAntonioo commented on GitHub (May 17, 2025):

The same thing

@tuAntonioo commented on GitHub (May 17, 2025): The same thing
Author
Owner

@rmartinoscar commented on GitHub (May 17, 2025):

Could you make a recording please ?

@rmartinoscar commented on GitHub (May 17, 2025): Could you make a recording please ?
Author
Owner

@tuAntonioo commented on GitHub (May 17, 2025):

Could you make a recording please ?

https://github.com/user-attachments/assets/78361f1b-75ce-42d7-938a-63eb71786e12

@tuAntonioo commented on GitHub (May 17, 2025): > Could you make a recording please ? https://github.com/user-attachments/assets/78361f1b-75ce-42d7-938a-63eb71786e12
Author
Owner

@rmartinoscar commented on GitHub (May 17, 2025):

Wtf ye i don't get that at all could you try in incognito mode so we are sure its not one of your extensions and if it still happens try an other browser ?

@rmartinoscar commented on GitHub (May 17, 2025): Wtf ye i don't get that at all could you try in incognito mode so we are sure its not one of your extensions and if it still happens try an other browser ?
Author
Owner

@notAreYouScared commented on GitHub (May 17, 2025):

The query is the issue... @rmartinoscar its super slow when witching between them

@notAreYouScared commented on GitHub (May 17, 2025): The query is the issue... @rmartinoscar its super slow when witching between them
Author
Owner

@rmartinoscar commented on GitHub (May 17, 2025):

I know but it shouldn't crash your browser out right

@rmartinoscar commented on GitHub (May 17, 2025): I know but it shouldn't crash your browser out right
Author
Owner

@tuAntonioo commented on GitHub (May 17, 2025):

Wtf ye i don't get that at all could you try in incognito mode so we are sure its not one of your extensions and if it still happens try an other browser ?

I tried, the same thing happens

@tuAntonioo commented on GitHub (May 17, 2025): > Wtf ye i don't get that at all could you try in incognito mode so we are sure its not one of your extensions and if it still happens try an other browser ? I tried, the same thing happens
Author
Owner

@tuAntonioo commented on GitHub (May 17, 2025):

My friend have the same issue

@tuAntonioo commented on GitHub (May 17, 2025): My friend have the same issue
Author
Owner

@tuAntonioo commented on GitHub (May 17, 2025):

When we use Grid everything works fine

@tuAntonioo commented on GitHub (May 17, 2025): When we use Grid everything works fine
Author
Owner

@tuAntonioo commented on GitHub (May 17, 2025):

Wtf ye i don't get that at all could you try in incognito mode so we are sure its not one of your extensions and if it still happens try an other browser ?

I tried on Microsoft Edge and Opera GX and the same thing happens

@tuAntonioo commented on GitHub (May 17, 2025): > Wtf ye i don't get that at all could you try in incognito mode so we are sure its not one of your extensions and if it still happens try an other browser ? I tried on Microsoft Edge and Opera GX and the same thing happens
Author
Owner

@PatrykPatryk5 commented on GitHub (May 17, 2025):

Im able to reproduce it Google Chrome (136.0.7103.114)

Image

@PatrykPatryk5 commented on GitHub (May 17, 2025): Im able to reproduce it Google Chrome (136.0.7103.114) ![Image](https://github.com/user-attachments/assets/507673e1-d79e-45d2-a3bb-a8793ea90eeb)
Author
Owner

@Boy132 commented on GitHub (May 17, 2025):

The problem is the context menu.
It's throwing a lot of warnings and errors if you go the Others' Servers on the demo.

Image

@Boy132 commented on GitHub (May 17, 2025): The problem is the context menu. It's throwing a lot of warnings and errors if you go the `Others' Servers` on the demo. ![Image](https://github.com/user-attachments/assets/a44f1d30-d020-47c7-93a9-53ee5b3a75cc)
Author
Owner

@notAreYouScared commented on GitHub (May 18, 2025):

Alright, I've figured it out.

This happens due to the user not having all the power action permissions for one of the servers they have access to. If you give the user in question start/stop/kill/restart permissions, the issue goes away. We will work on getting this addressed in the next beta. :)

@notAreYouScared commented on GitHub (May 18, 2025): Alright, I've figured it out. This happens due to the user not having all the power action permissions for one of the servers they have access to. If you give the user in question start/stop/kill/restart permissions, the issue goes away. We will work on getting this addressed in the next beta. :)
Author
Owner

@Boy132 commented on GitHub (May 19, 2025):

Alright, I've figured it out.

This happens due to the user not having all the power action permissions for one of the servers they have access to. If you give the user in question start/stop/kill/restart permissions, the issue goes away. We will work on getting this addressed in the next beta. :)

It can't be a permissions issue. It's reproducible with using root admin.

@Boy132 commented on GitHub (May 19, 2025): > Alright, I've figured it out. > > This happens due to the user not having all the power action permissions for one of the servers they have access to. If you give the user in question start/stop/kill/restart permissions, the issue goes away. We will work on getting this addressed in the next beta. :) It can't be a permissions issue. It's reproducible with using root admin.
Author
Owner

@JoanFo1456 commented on GitHub (May 19, 2025):

It can't be a permissions issue. It's reproducible with using root admin.

On my panel i can't reproduce it, not at least using root admin, using canary 7034c4d

@JoanFo1456 commented on GitHub (May 19, 2025): > It can't be a permissions issue. It's reproducible with using root admin. On my panel i can't reproduce it, not at least using root admin, using canary 7034c4d
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#342