Replicas for a Microservice doesn't allow string interpolation #543
Replies: 2 comments 13 replies
-
Hi @rmuller-vu Assuming you are using Enhanced Workflow + External Orchestrator Extension API, I've created a project with such setup but managed to successfully generate the configurations with the static replicas value using interpolation. The error message smells like a bug, so I'd try and go deeper with the hunt; can you please provide further information for helpiung with the repro? The following info should be enough:
If by any chance you don't feel like this is the proper place for sharing such information please reach out to your Mia-Platform referent. |
Beta Was this translation helpful? Give feedback.
-
Hi @rmuller-vu, we are currently working on resolving the issue. The error message you're seeing (Cannot read properties of undefined (reading 'error')) is likely due to a programming issue on our backend that has now been fixed. Concerning your specific case, your orchestrator generator provider might be failing to generate the files or might not be returning the values to interpolate as our backend expects. Could you please share the response from the generation API (at least the section containing the public variable value that should be interpolated), or the returned error? |
Beta Was this translation helpful? Give feedback.
-
Description
The replicas property for any Microservice causes Mia to fail and generate the config to send to the orchestration generator.
There is a message that states string interpolation is allowed. Is this expected to allow interpolation?
Property Message
Error Message on Deploy Screen
Error in Network Tab
Beta Was this translation helpful? Give feedback.
All reactions