Auto-Deploy command when setting up wings node puts http in the panel URL not https, causing "RecordNotFoundException" error when running wings. #5153
Closed
Boxersteavee
started this conversation in
General Community
Replies: 1 comment
-
This isn't a bug, The generated URL is based on the APP_URL you have specified in your .env file. Please correct your configuration. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Current Behavior
"Auto-Deploy" command outputs panel URL with http, not https. For example:
cd /etc/pterodactyl && sudo wings configure --panel-url http://panel.example.com --token [REDACTED] --node 5
Expected Behavior
"Auto-Deploy" command should give the URL in https if its in use. For Example: For example:
cd /etc/pterodactyl && sudo wings configure --panel-url https://panel.example.com --token [REDACTED] --node 5
Steps to Reproduce
2: Add a wings node, and select the auto-deploy command
3: Paste the auto-deploy command into the terminal, and look at the panel URL.
Panel Version
1.11.3
Wings Version
1.11.13
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
No response
Is there an existing issue for this?
Beta Was this translation helpful? Give feedback.
All reactions