Error recieved by certain users when trying to view a Mashup.
Hello,
I am receiving an error that I believe could be linked to Run Time permissions, but I am at a loss on how to fix it!
I created a mashup which calls a service from a Thing, in that Things service there is a call made to another service inside of its ThingTemplate:
var result = me.ExecuteService(params);
When trying to view the mashup, I am receiving a red error bar in the middle of the mashup's screen and am unable to view it. Others in the User Group I belong to are also receiving this same error when trying to view the mashup. However, the Administrator on the account is able to view the mashup with no problems.
My User Group has been allowed permissions to Property Read and Service Execute on the ThingTemplate and Thing whose service's are being run when the mashup loads.
We've tried changing these Run Time permissions for the User Group in the ThingTemplate and Thing, but we still cannot seem to figure out the correct permissions to grant the User Group in order for us to be able to view this mashup.
Any ideas how we could go about fixing this error without giving a ton of permissions to a User Group that it really shouldn't have?
Thank you!

