Activiti: 404 path":"/modeling-service/modeling-service/v1/projects"

Created on 11 Oct 2019  Â·  4Comments  Â·  Source: Activiti/Activiti

Most helpful comment

change to use version "7.1.M3" for now

All 4 comments

change to use version "7.1.M3" for now

Thank you @qin

I have the same problem using version "7.1.M3"

I also have this problem. I solve it.

  1. find nginx.conf file
    cd /activiti/activiti-cloud-examples/docker-compose
  2. open nginx.conf and find the configuration of modeling-service
    change **proxy_pass http://$upstream/modeling-service/$1?$args;**
    to **proxy_pass http://$upstream/$1?$args;**
  3. make down (if you did not make modeler before, ignore this step)
  4. make modeler
    access modeler again, there are no mistakes
Was this page helpful?
0 / 5 - 0 ratings