Strange - White screen

After the loading screen, the browser becomes blank.

When I right click on the screen and do “save image as” and save the image and open the image, the scene is there in the image.

What could be the reason?

Have you set a canvas size on your html?
example:

      html, body {
        overflow: hidden;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
      }

      #canvas {
        width: 100%;
        height: 100%;
        touch-action: none;
      }
1 Like

Hi,

I did it. I have been working on this project for months and the model is static. I never experienced this white screen issue. All of a sudden it popped up. It was working fine in the previous minute. Without any code changes or model changes, it popped up just like that.

Without showing more of your project we’ll not be able to help more.

Have you notice your console error? You have a 404.

That 404 we always get as the manifest file is missing