Impossible to deploy using API as applicationId is always NOT FOUND
Hi @Siumauricio,
Can't use API to trigger deployment. Got error message
Using endpoint project.all to retrieve application ID but got
"applicationId": null
for every application. Tried with other id like composeId or domainId or projectId . Nothing works10 Replies
Can you give more details? have you tried to trigger the api via swagger?
Yes not working etheir
More details :
I follow this docs page https://docs.dokploy.com/en/docs/core/application/auto-deploy#api-method
Auto Deploy
Learn how to automatically deploy your application to Dokploy.
All the project insight the response of that request come without applicationID
for example

another one

this is responses from Swagger API
and so when using
It fails
@Siumauricio any idea on what's going on ?
Let me try
lol,
why are you deploying a compose with the application endpoint?
every service has it own service, compose is composeId and you should use the /compose.deploy
is the same for applications, use applicationId and you should use the /application.deploy
@Siumauricio I see, make sens now 😅 Didn't get the general point about application vs compose service