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 create device with same id existing for another user - the following error is thrown:
{
"error": 401,
"message": "Device with such guid = unique-device-name not found"
}
while it gives correct 401 code the message is misleading.
At minimum, let's change it to something like "Device with guid='xyz_abc' is not available to this user."
But for future we need a better way to handle unique device ids for multi-tenancy case. Ideally have a unique device id/name only within same network.
When trying to create device with same id existing for another user - the following error is thrown:
while it gives correct 401 code the message is misleading.
At minimum, let's change it to something like "Device with guid='xyz_abc' is not available to this user."
But for future we need a better way to handle unique device ids for multi-tenancy case. Ideally have a unique device id/name only within same network.
Issue can be reproduced with the curl:
The text was updated successfully, but these errors were encountered: