-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Description
Error Message and Logs
When calling coolify api after successfully creating a server with the api (post, /servers) I am attempting to use either the instant_validate parameter or /servers/{uuid}/validate to validate and install docker engine in place of clicking the "Validate and Install Docker Engine" button.
When using the validate endpoint, I receive a message "Validation started." but there appear to be no deployments queued, nor after roughly 5 minutes has a deployment appeared - coolify hasn't attempted to install docker on the remote host.
When I do click the "Validate and Install Docker Engine" button, validation succeeds without issue.
Is it possible I'm using the wrong endpoint for docker installation?
Steps to Reproduce
- call /server with POST and required parameters to create a new server
- receive UUID as a response from the above query
- request server validation with /server/{uuid}/validate
- receive "Validation Started." message via json
Example Repository URL
No response
Coolify Version
v4.0.0-beta.406
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Ubuntu 24.04 endpoint, Debian 12 coolify server
Additional Information
No response