NinoviumLabs / plexactyl

Lightweight client area for Pterodactyl.
Other
7 stars 4 forks source link

AFK Page not working #12

Closed Timor2011pro closed 1 month ago

Timor2011pro commented 1 month ago

image

This pop-up appears on my screen every time I try to access the AFK page. This causes the AFK page to no longer work. Does anyone have the same problem or a fix? (sorry for the dutch above)

KingTino104 commented 1 month ago

You shall check your nginx configuration.

Timor2011pro commented 1 month ago

What should I look for because I am using the standard config.

KingTino104 commented 1 month ago

image If this is not your websocket path in the config, thats why.

Timor2011pro commented 1 month ago

I just fixed it by changing the location in the nginx config from /afk/ws to /ws and the proxy pass from ..../afk/ws to ..../ws! Thanks for helping.