Skip to content

When running the camunda application in docker, forms are not working #3

Open
@naveenkarya

Description

@naveenkarya

I used sdk-camunda-archetype 7.6.4-00 version.
I was trying out loan-approval example. I placed the forms inside src/main/webapp/forms as generated by the archetype. When running the application as spring boot directly from STS, everything works as expected.
But when I create a docker image, and then try to run it as a container, and then start a process from tasklist, the form is created but not displayed. When opened, it displays error:
"Form failure: No message available"

However, if I place the forms inside src/main/resources/static folder, it works fine even inside docker container.
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions