Slow web interface in offline environment

Opening the Sandbox web interface might be slower than expected in an offline environment.

The underlying issue is that the web UI references the following external resources:

index.html
Copy

If the offline environment is configured correctly to immediately drop external requests, then everything works as expected.

If the offline network setup is not fully consistent, and these external requests go to a gateway/router node where they are not dropped, then a timeout will occur on the browser side (perhaps after waiting 30-40 seconds).

The recommended solution is modifying /home/sandbox/sandbox/webservice-front/index.html to disable these external references.

Please open that file on the Sandbox server using any text editor (e.g. nano) and locate the following section:

index.html
Copy

Then comment out these 2 lines using <!-- and -->. This should be the end result:

index.html
Copy

Please save the modified index.html file and open the Sandbox UI again in your browser!

Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard