Status error postman

Hi ,
I am beginner in camuda.
I have a problem that i can’t deploy my application .the problem is in Postman . it shows status 404 not found . There is a screenshot of the problem.
Thank you

Is the engine running?
Can you log into http://localhost:8080/camunda

Yes the engine is running.
there is another screenshot for the problem from postman

How exactly are you running camunda - tomcat? springboot?

Does calling the rest api via the browser work ok?

if you put http://localhost:8080/engine-rest/engine into your browser does it return:
name : "default"

Hi @Omar,

there is a typo in your url: deployement should be deployment.

Hope this helps, Ingo

2 Likes

Hi , @Ingo_Richtsmeier
It works . thanks a lot .

Hi , @Niall use tomcat .
Yes it returns “default” .