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 creating a device, the page should load correctly and user must be able to select an existing model.
Current Behavior
Page failed to load with error:
crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
Unhandled exception rendering component: ArgumentNull_Generic Arg_ParamName_Name, value
System.ArgumentNullException: ArgumentNull_Generic Arg_ParamName_Name, value
at System.String.Join(String separator, String[] value)
at AzureIoTHub.Portal.Client.Services.DeviceModelsClientService.GetDeviceModels(DeviceModelFilter deviceModelFilter)
at AzureIoTHub.Portal.Client.Pages.Devices.CreateDevicePage.OnInitializedAsync()
at Microsoft.AspNetCore.Components.ComponentBase.RunInitAndSetParametersAsync()
The Model select box is empty and we cannot select a model for the device.
Steps to Reproduce
Try to create a new device.
Context (Environment)
Portal version: 4.5 LoRaWAN Stack version: N/A
Logs
Additional Information
The text was updated successfully, but these errors were encountered:
Expected Behavior
When creating a device, the page should load correctly and user must be able to select an existing model.
Current Behavior
Page failed to load with error:
The Model select box is empty and we cannot select a model for the device.
Steps to Reproduce
Context (Environment)
Portal version: 4.5
LoRaWAN Stack version: N/A
Logs
Additional Information
The text was updated successfully, but these errors were encountered: