mirror of
https://github.com/pelican-dev/panel.git
synced 2026-03-01 11:21:31 +03:00
List Servers API not returning status #339
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 @JoanFo1456 on GitHub (May 14, 2025).
Current Behavior
When doing a query to list servers /application/servers if it's not reinstall_failed, every status returns as null.
Expected Behavior
It should return the correct values, such as starting, started, stopped, missing...
Steps to Reproduce
Open panel api / http request, do a request to the application/servers endpoint and if a server is not reinstall failed, it won't appear any status.
Panel Version
beta21(canary)
Wings Version
beta13(canary)
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
Is there an existing issue for this?
@notAreYouScared commented on GitHub (May 14, 2025):
This is expected.
@JoanFo1456 commented on GitHub (May 14, 2025):
What do you mean, that you can't fetch actual status of the server like online? That was useful on some cases...
@notAreYouScared commented on GitHub (May 14, 2025):
/resources is the end point you should be using on the client api to get the current state of a server. Its always been that way.
We dont store the server state in the database