-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: Can't access to a device out of the 1st page #601
Comments
The next page uri (returned by api) is always null, due to the call to IoT-Hub-Portal/src/AzureIoTHub.Portal/Server/Controllers/v1.0/DevicesControllerBase.cs Lines 92 to 103 in e8bff4a
This issue is simillar to dotnet/aspnetcore#14877 A workaround solution is to return directly the continuation token as a replacement of the generated uri. |
9 tasks
Sben65
added a commit
that referenced
this issue
May 5, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
I click on the button to access to the 2nd page of the device list and I should see the devices listed in there.
Current Behavior
The blue loading bar load endlessly and I can't access to my 11th sensor.
Context (Environment)
Portal version: 1.0.8.50
LoRaWAN Stack version: 2.0.0
Logs
The text was updated successfully, but these errors were encountered: