We are using a transparent background (clearColor) to render the 3D scene on top of our website. This does not work with SSR. The backround is black if the clearcolor is transparent: https://www.babylonjs-playground.com/#8L4MQ3
If you disable line 54 the background will be red as it should be.