Device property not available on shared dashboard

Hi!
it looks like I am probably your most merciless tester, isn’t it?
:grinning:

I have currently to report another probably unwanted behaviour:
If a dashboard is shared with an access token, containing widgets referring to device properties, those device properties will not be accessible:
You get the red error popup:
“device property error
Property [device]@[property] is not available”
If you open the same dashboard, without the token, from the owner view, everything appears normally.
The other widgets of the dashboard with device calls or polled data or from buckets appear normally, only the widgets from properties are rejected.
Here an example: https://console.thinger.io/#!/dashboards/Minuten?authorization=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiJEYXNoYm9hcmRfTWludXRlbiIsInVzciI6ImRmbGRfa2FhcnN0In0.YQzTAaTLiNIjKQondbY4prz--RyUUfULucaD680P9U4

I hope, it will not be too difficult to fix.
Regards

P.S. if it is of importance: The properties come from ESP8266 devices.

Hello @rin67630,

Congrats, this is actually a bug! on the automatic access token generator. It’s going to be easy to fix so I will include it in our ToDo list with your other suggestions.

by the moment you can solve it going to the Access Token section and manually adding the authorization to read the property as shown below:

Hope it helps!

Thank you that helped a lot!