Describe the bug
We have a large monorepo and recently integrated the plugin; our applications run in different modules. Consequently, we include a command that starts the relevant services.
The plugin works without any issues when using cds serve. However, if a specific service is started, it no longer works (all requests return a 502 error). The log provides no clues as to the cause; after a process of elimination, we identified the plugin. It appears that the ProcessService service is required here. However, if this is included in the start command, the error persists.
To Reproduce
Steps to reproduce the behavior:
deploy module with start command and define service to start
Expected behavior
A clear and concise description of what you expected to happen.
no error's and better/improved log
[ ] is it a regression issue?
Screenshots
If applicable, add screenshots to help explain your problem.
Customer Info
Company: xyz.
Describe the bug
We have a large monorepo and recently integrated the plugin; our applications run in different modules. Consequently, we include a command that starts the relevant services.
The plugin works without any issues when using
cds serve. However, if a specific service is started, it no longer works (all requests return a 502 error). The log provides no clues as to the cause; after a process of elimination, we identified the plugin. It appears that theProcessServiceservice is required here. However, if this is included in the start command, the error persists.To Reproduce
Steps to reproduce the behavior:
deploy module with start command and define service to start
Expected behavior
A clear and concise description of what you expected to happen.
no error's and better/improved log
[ ] is it a regression issue?
Screenshots
If applicable, add screenshots to help explain your problem.
Customer Info
Company: xyz.