Hello everyone. I have a problem with creating new projects in the modeler. When I create a new one, it returns an error -
Error
Yikes! Could not create the new project. Please try again later.
In the logs it says something about the organization ID -
{name: “New project”, organizationId: “00000000-0000-0000-0000-000000000000”}
name
:
“New project”
organizationId
:
“00000000-0000-0000-0000-00000000000”
in camunda-value.yaml I manually wrote everything -
webModeler:
webapp:
env:
- name: CAMUNDA_MODELER_MULTI_TENANCY_ENABLED
value: “false” - name: CAMUNDA_MODELER_ORGANIZATION_ID
value: “c5899d64-d6cd-440b-89dd-c19edd6ac5e6” - name: CAMUNDA_MODELER_DEFAULT_ORGANIZATION_ID
value: “c5899d64-d6cd-440b-89dd-c19edd6ac5e6”
but deploy still doesn’t take these values and substitutes all zeros. I’ve tried everything. how to fix this?