moleculer-web icon indicating copy to clipboard operation
moleculer-web copied to clipboard

fix: #331 mergeParams always true for internal services

Open ggondim opened this issue 1 year ago • 0 comments

I discovered that mergeParams: false was the cause of the issue #331.

Developers should continue to use this configuration without experiencing side effects in internal services.

I implemented a minor workaround in src/index.js:L455 to force parameter merging for internal services, and it resolved the issue.

image

ggondim avatar Aug 28 '23 16:08 ggondim