Error Yikes! Could not create the new project. Please try again later. Organization 0000

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?

This appears to be related to Web Modeler configuration issues where organization ID environment variables aren’t being applied correctly. I found the following relevant resources:

Does this help? If not, can anyone from the community jump in? :waving_hand:


:light_bulb: Hints: Use the Ask AI feature in Camunda’s documentation to chat with AI and get fast help. Report bugs and features in Camuda’s GitHub issue tracker. Trust the process. :robot: