During the login process, after clicking Try another WebID, the Web browser window appears with the CSS login page functionality.
If one accidentally closes the Web browser window, the app login page becomes unresponsive.
If one clicks over the Try another WebID link, the following error is seen at the CLI:
A Dart VM Service on Windows is available at: http://127.0.0.1:54884/Ll6_OfnfgOw=/
The Flutter DevTools debugger and profiler on Windows is available at: http://127.0.0.1:54884/Ll6_OfnfgOw=/devtools/?uri=ws://127.0.0.1:54884/Ll6_OfnfgOw=/ws
KeyManager => forgetSecurityKey() cleared all sensitive data from memory
KeyManager => clear() completed - all sensitive data cleared
clearPodStructureInitialised() failed: NotLoggedInException: Cannot check initialisation flag without logging in
solidAuthenticate() => solid_auth.authenticate(https://solid.prod.empwr.au)
KeyManager => forgetSecurityKey() cleared all sensitive data from memory
KeyManager => clear() completed - all sensitive data cleared
clearPodStructureInitialised() failed: NotLoggedInException: Cannot check initialisation flag without logging in
KeyManager => forgetSecurityKey() cleared all sensitive data from memory
KeyManager => clear() completed - all sensitive data cleared
clearPodStructureInitialised() failed: NotLoggedInException: Cannot check initialisation flag without logging in
KeyManager => forgetSecurityKey() cleared all sensitive data from memory
KeyManager => clear() completed - all sensitive data cleared
clearPodStructureInitialised() failed: NotLoggedInException: Cannot check initialisation flag without logging in
KeyManager => forgetSecurityKey() cleared all sensitive data from memory
KeyManager => clear() completed - all sensitive data cleared
clearPodStructureInitialised() failed: NotLoggedInException: Cannot check initialisation flag without logging in
KeyManager => forgetSecurityKey() cleared all sensitive data from memory
KeyManager => clear() completed - all sensitive data cleared
clearPodStructureInitialised() failed: NotLoggedInException: Cannot check initialisation flag without logging in
KeyManager => forgetSecurityKey() cleared all sensitive data from memory
KeyManager => clear() completed - all sensitive data cleared
clearPodStructureInitialised() failed: NotLoggedInException: Cannot check initialisation flag without logging in
Lost connection to device.
During the login process, after clicking
Try another WebID, the Web browser window appears with the CSS login page functionality.If one accidentally closes the Web browser window, the app login page becomes unresponsive.
If one clicks over the
Try another WebIDlink, the following error is seen at the CLI: