Closed objecthub-io closed 7 years ago
Calling a Micro Service with different parameters, always leads to the same result.
It seems to be referring to parameters it received previously.
It even displays the result when called through GET through the browser.
Seems to affect only specific services such as "Get Usage for User".
Fixed. Problem was that 'userNodeUri' parameter was used by the app and then overwritten by the server.
Now an error is thrown when a user attempts to use the 'userNodeUri' parameter.
Calling a Micro Service with different parameters, always leads to the same result.
It seems to be referring to parameters it received previously.
It even displays the result when called through GET through the browser.
Seems to affect only specific services such as "Get Usage for User".