-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting 500 everytime i do something that requires to call node's API #23
Comments
|
Thanks for your quick answer EdyTheCow,
Be aware same issue happens even if there is no real wings behind: i've tried to add a fake wings and even if i click edit, do some changes and then click save, the panel go 500. |
Could you provide logs if any from your browser's DevTools console? This seems like it's panel related issue. |
Sure, what kind of log would you like and would be relevant enough? From console i only get a: |
I was hoping it would display more than that... One other thing I can think of is the trusted proxies:
Do you have this set in your panel's compose file? |
Yes i have the Cloudflare is set to |
Do you mean the labels that redirect from http to https? If that's the case, you should at least try adding those back and testing if it changes anything. I wouldn't use "Full (Strict)" either when testing, try setting it to "Full" instead, at least until you get everything working. |
So i've switch CloudFlare to just |
Weird, I can try helping you over discord for faster debugging rather than github issues. You can join https://singlbit.com/discord and private message me from there. |
Thank you EdyTheCow, i just joined :). |
Was there a resolution for this? I'm facing the same issue. I did figure out a few things with the panel running behind a separate Traefik instance with Oauth and a few other things if you want to see how I bypassed Oauth for wings to communicate with the panel. Still facing the 500 response issue. |
Nothing yet. EdyTheCow is really busy right now so we didn't checked the issue and i haven't spent time on it since. |
This may be a potential fix for the issue (I haven't seen this issue occur since doing this): api:
trusted_proxies:
- 172.20.0.0/16 |
Hello all,
I'm new to Pterodactyl (i mean, i know it since the beginning, i am game hosting customer since ~10y, but first time i really host it).
Both servers, d1 and g1 use 1.1.1.1 to resolve DNS.
My panel is able to get reporting from my wings, well at least we have server information and a green heart icon.
Issue is, when i do anything related to a node (test to create game server, delete game server, edit unregistered node, edit registered node) i get a 500 error. Only logs i get is related to supervisord complaning about http without authentification while settings are to use linux socket.
I've already asked on official Pterodactyl Discord and got some hints / advices from parkervcp (thanks a lot!). I would like to ask for your help as well as officially Pterodactyl doesn't provide support to Traefik so this make our usecase with Traefik + CloudFlare more "unique". Any advice to check or whatever would be welcome.
While waiting for an answer i will continue to dig. In case i find something i'll update my issue so people can have more troubleshooting stories.
The text was updated successfully, but these errors were encountered: