I have created a web app by following the "Hubs Browser" tutorial from Autodesk Platform Services. Last week it ran successfully, but now, after entering my Autodesk account password, I get an error saying "Error: Empty challenge".
Visual Studio Co-pilot says that "The stack trace indicates that the error originates from the hsw.js script provided by hCaptcha." Since my app doesn't configure this directly, I assume that this coming from the Autodesk dependent packages. And I have no idea how to affect it's outcome.
I have tried two different Browsers - same result. I have launched a different web app using Visual Code (a nodejs app) that also uses http://localhost:8080 and it works.
Any assistance I could get restoring functionality to my app would be most appreciated.
I have created a web app by following the "Hubs Browser" tutorial from Autodesk Platform Services. Last week it ran successfully, but now, after entering my Autodesk account password, I get an error saying "Error: Empty challenge".
Visual Studio Co-pilot says that "The stack trace indicates that the error originates from the hsw.js script provided by hCaptcha." Since my app doesn't configure this directly, I assume that this coming from the Autodesk dependent packages. And I have no idea how to affect it's outcome.
I have tried two different Browsers - same result. I have launched a different web app using Visual Code (a nodejs app) that also uses http://localhost:8080 and it works.
Any assistance I could get restoring functionality to my app would be most appreciated.
The issue was reproduced when running the tutorial in debug mode for some accounts. The team is working to fix the issue.