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 delete a LoRaWAN device, it is effectively deleted from Azure but not from the database.
Cause : The delete function is called on a external component "DeleteDevicePage.razor", which calls the DeviceClientService no matter what the type of the device is.
If it is a LoRaWAN Device, the function tries to delete it from the wrong database (Device DB instead of LoRaWAN DB) and it fails.
The text was updated successfully, but these errors were encountered:
When trying to delete a LoRaWAN device, it is effectively deleted from Azure but not from the database.
Cause : The delete function is called on a external component "DeleteDevicePage.razor", which calls the DeviceClientService no matter what the type of the device is.
If it is a LoRaWAN Device, the function tries to delete it from the wrong database (Device DB instead of LoRaWAN DB) and it fails.
The text was updated successfully, but these errors were encountered: