mirror of
https://github.com/pelican-dev/panel.git
synced 2026-07-16 04:03:50 +03:00
Wings stuck on fetching list of servers from API
#92
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 @wdhdev on GitHub (Jun 8, 2024).
Current Behavior
When booting Wings, it gets stuck on
fetching list of servers from API.Please note, my Pelican panel is behind Cloudflare proxy, however it was working before, and the IP has not changed. Panel is running on the regular HTTPS port
443and Wings is running on8443as for Wings to be able to run behind CF Proxy.Expected Behavior
Wings to boot up successfully.
Steps to Reproduce
I believe this might be an issue with CF proxy, but I'm not sure why it would as my Pelican panel is configured to bypass any WAF rules and such so it couldn't be Wings getting stuck on the browser integrity check.
Panel Version
v1.0.0-beta4
Wings Version
v1.0.0-beta3
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
Wings logs: https://paste.pelistuff.com/ayJC
Is there an existing issue for this?
@wdhdev commented on GitHub (Jun 8, 2024):
After looking through the logs on paste.pelistuff.com/ayJC, it seems to be fetching the IP directly even though Pelican is setup on an FQDN (pelican.wdh.gg).
Both Wings and the Panel are running on pelican.wdh.gg as a FQDN, just different ports, and once again, this was working before I updated the Panel to v1.0.0-beta4.
@notAreYouScared commented on GitHub (Jun 8, 2024):
Nothing was changed in that logic.....
i/o timeout (Client.Timeout exceeded while awaiting headers)
From the looks of it, wings can't access the panel.
@wdhdev commented on GitHub (Jun 8, 2024):
IP:443doesn't seem to work, howeverFQDN:443does and Wings is fetchingIP:443.@Boy132 commented on GitHub (Jun 8, 2024):
That sounds like a nat problem. You should visit the Discord.
Also, please don't just mindlessly check boxes...
@wdhdev commented on GitHub (Jun 10, 2024):
Thanks, I might try reinstall and not use CF proxy. Sorry about the checkbox, I’ll ensure I check them properly next time.