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
Issue: After a successful provisioning process, the UI does not display a "Next" button to load the returned URL. Instead, a "Cancel" button is shown. Expected Behavior: Upon successful provisioning, the UI should display a "Next" button that allows the user to proceed to the loaded URL. (https://youtu.be/AdCsX7Ni6Jc) Actual Behavior: The UI displays a "Cancel" button, which seemingly doesn't have a clear function in this context.
Use improv-wifi-sdk(V 1.4.0) package in your project.
Initiate the provisioning process.
After successful provisioning, a "Cancel" button appears instead of a "Next" button.
Potential Root Cause:
The _renderImprovProvisioned() method in provision-dialog.ts is being triggered before the nextUrl is set in ble.ts. This means the UI attempts to render the dialog without the necessary information to display the "Next" button and URL.
The text was updated successfully, but these errors were encountered:
Description:
Issue: After a successful provisioning process, the UI does not display a "Next" button to load the returned URL. Instead, a "Cancel" button is shown.
Expected Behavior: Upon successful provisioning, the UI should display a "Next" button that allows the user to proceed to the loaded URL. (https://youtu.be/AdCsX7Ni6Jc)
Actual Behavior: The UI displays a "Cancel" button, which seemingly doesn't have a clear function in this context.
Steps to Reproduce:
Potential Root Cause:
The _renderImprovProvisioned() method in provision-dialog.ts is being triggered before the nextUrl is set in ble.ts. This means the UI attempts to render the dialog without the necessary information to display the "Next" button and URL.
The text was updated successfully, but these errors were encountered: