Following #11027.
A client had an issue during the P2P enrollment, it wasn't able to create the device at the end of the invitation process.
During inspection of the shared worker I've seen IdexedDB error about execeeded quota that let me think about a storage issue.
I've asked the client to execute the following code in the webdev console:
await navigator.storage.persist()
And it solved the issue after a refresh of the webapp (The client tested to create the device after the permission was granted but it did not work but not sure of the reason (forgot to check the log))
Following #11027.
A client had an issue during the P2P enrollment, it wasn't able to create the device at the end of the invitation process.
During inspection of the shared worker I've seen IdexedDB error about execeeded quota that let me think about a storage issue.
I've asked the client to execute the following code in the webdev console:
And it solved the issue after a refresh of the webapp (The client tested to create the device after the permission was granted but it did not work but not sure of the reason (forgot to check the log))