You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When im using Pterodactyl Auto-Deploy Configuration, its showing this error
I think that is API problem?
Expected Behavior
Using Auto-Deploy Configuration its can shortcut our time. If we can't using that feature, nothing have big problem, But. this feature will only be a display if it can't be used.
Using Auto-Deploy is very shortcut the time than typing and making new file config.
Steps to Reproduce
Installing Docker with curl -sSL https://get.docker.com/ | CHANNEL=stable bash
Then starting the docker sudo systemctl enable --now docker.
I can reproduce this also - Happens on a autodeploy using the panel.
matthewpi
added
bug
Something that's not working as it's intended to be.
and removed
not confirmed
Report seems plausible but requires additional testing or 3rd part confirmation.
labels
May 4, 2024
Current Behavior
When im using Pterodactyl Auto-Deploy Configuration, its showing this error
I think that is API problem?
Expected Behavior
Using Auto-Deploy Configuration its can shortcut our time. If we can't using that feature, nothing have big problem, But. this feature will only be a display if it can't be used.
Using Auto-Deploy is very shortcut the time than typing and making new file config.
Steps to Reproduce
Installing Docker with
curl -sSL https://get.docker.com/ | CHANNEL=stable bash
Then starting the docker
sudo systemctl enable --now docker
.And continue to installing wings system.
sudo mkdir -p /etc/pterodactyl
curl -L -o /usr/local/bin/wings "https://github.com/pterodactyl/wings/releases/latest/download/wings_linux_$([[ "$(uname -m)" == "x86_64" ]] && echo "amd64" || echo "arm64")"
sudo chmod u+x /usr/local/bin/wings
The problem start from here:
When im using pterodactyl auto-deploy configuration it will shown the error.
but when im using configuration file:
. Its working:
Panel Version
1.11.5
Wings Version
1.11.12
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
No response
Is there an existing issue for this?
The text was updated successfully, but these errors were encountered: