You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when trying to add a promiseMiddleware to alter the result (post-query) i receive the the following error message:
You need to define an absolute base url for the server
Client Version
1.0.0
To Reproduce
run the provided typescript snipped
Expected behavior
When no configuration is passed to readNamespace at all it works fine to read the information.
As i do not change the configuration of the Target Server or the authentication in any way the addition of a middleware via the createConfiguration method should not change these values. The resulting config should be the same config that would be used if nothing is passed as explicit config but with the sole addition of the middleware
There is a known issue in v1.x around configuration being ignored inside the code generator: #2160 (comment). Is it possible that this is related to that?
Describe the bug
when trying to add a promiseMiddleware to alter the result (post-query) i receive the the following error message:
Client Version
1.0.0
To Reproduce
run the provided typescript snipped
Expected behavior
When no configuration is passed to readNamespace at all it works fine to read the information.
As i do not change the configuration of the Target Server or the authentication in any way the addition of a middleware via the createConfiguration method should not change these values. The resulting config should be the same config that would be used if nothing is passed as explicit config but with the sole addition of the middleware
Example Code
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: