Open ggondim opened 1 year ago
I discovered that mergeParams: false was the cause of the issue #331.
mergeParams: false
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.
src/index.js:L455
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.