You'd probably run into this issue when running in browsers like Chrome because it does not acknowledge our self-signed certificate. If so, you can follow this guide on how to by pass this issue:
- In the browser address bar, type
chrome://flags/#allow-insecure-localhost
and switch toEnable
. - Go to the page again
localhost:8080/studio
, you should still see the warning. However, now, click somewhere on the page and typethisisunsafe
and you should see the page gets reloaded and display properly.
Clear all cookies for the site (including SDLC, engine, and Studio) and try to refresh. As a quick try, you can open Studio in a incognito window.