objecthub-io / ObjectHub

ObjectHub is an open repository for software objects and a development platform.
2 stars 1 forks source link

Micro Service always returns same result #133

Closed objecthub-io closed 7 years ago

objecthub-io commented 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".

objecthub-io commented 7 years ago

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.