Vuforia Studio Crashes while opening an URL
Hello everyone, I'm trying to solve an interesting issue:
Experience created in Vuforia Studio for mobile device (iPhone) crashes while opening an url which responds any other code than 200. In my particular case I try to launch a login web page of my system using Vuforia View.
After that login web page (using oidc) redirects me back to my experience. Works fine only for happy path (response code 200). Any other responce code (example wrong password like 400, 500 etc) causes Vuforia View app crash.
Has anyone ever encountered this problem?
The method I'm using is:
window.location.href= ' ' + url;

