Skip to content
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

no jwt present #2488

Closed
vFinn9 opened this issue Oct 12, 2020 · 2 comments
Closed

no jwt present #2488

vFinn9 opened this issue Oct 12, 2020 · 2 comments

Comments

@vFinn9
Copy link

vFinn9 commented Oct 12, 2020

Background

  • Panel or Daemon: Daemon/Wings
  • Version of Daemon: 1.0
  • Server's OS: Debian 10
  • Your Computer's OS & Browser: Windows 10 1909, Google Chrome

Describe the bug
We've successfully upgraded to Pterodactyl 1.0 and Wings. After around 6 hours of it running perfectly fine, it stopped working for every node, but one.

We're now greeted with a nice little "There was an error validating the credentials provided for the websocket. Please refresh the page.".
Checking devtools, I see those requests to the websocket:
{"event":"auth","args":["eyCENSOREDTHISONPURPOSE"]}

Which then responds with:
{"event":"jwt error","args":["jwt: no jwt present"]}

Console:
bundle.a6dd5e07.js:1 JWT validation error from wings: jwt: no jwt present
(anonymous) @ bundle.a6dd5e07.js:1
c.emit @ bundle.a6dd5e07.js:1
onmessage @ bundle.a6dd5e07.js:1

At the same time, this works fine for another wings node, which runs on the same specs & OS:
{"event":"auth success"}

Pretty much everything except for reboot operations & console works fine.

uname -a: Linux 104.143.2.99 5.4.0-0.bpo.2-amd64 #1 SMP Debian 5.4.8-1~bpo10+1 (2020-01-07) x86_64 GNU/Linux
docker info: https://pastebin.com/WUw1Kf09

Expected behavior
Authentication should pass.

@vFinn9
Copy link
Author

vFinn9 commented Oct 12, 2020

Edit: This was seemingly an issue with SYNProxy conflicting with the actual panel. Resolved.

@vFinn9 vFinn9 closed this as completed Oct 12, 2020
@kubo6472
Copy link

How did you fix it if I may ask? I am facing the same error but do not notice any synproxy of some sort. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants