I am trying to test my 8th wall experience locally (I am using vite) but I am just simply getting a white screen when I access the page

Is this a cookies issue? I can see that the page is being loaded but I am getting nothing but a white screen on the browser.

Are there any errors in the console?

Hi George,

In the console I have:

core:schema:warn Default value `0` does not match type `color` in component `undefined` 
index.js:93 A-Frame Version: 1.3.0 (Date 2022-02-04, Commit #cc3516ce)
index.js:94 8-Frame Version: 1.3.0 (Date 2022-05-05, Commit #3c7b69ee)
index.js:95 three Version (https://github.com/supermedium/three.js): ^0.137.0
index.js:97 WebVR Polyfill Version: ^0.10.12
xr-simd-27.2.4.427.js:18 8th Wall XR Version: 27.2.4.427s

and then these issues:

Chrome is moving towards a new experience that allows users to choose to browse without third-party cookies.
xrextras.js:1 
        
Chrome is moving towards a new experience that allows users to choose to browse without third-party cookies.
aframe-extras-7.2.0.min.js:1 

Chrome is moving towards a new experience that allows users to choose to browse without third-party cookies.
_prelude.js:1 
        
 Chrome is moving towards a new experience that allows users to choose to browse without third-party cookies.

Chrome is moving towards a new experience that allows users to choose to browse without third-party cookies.
xrwebappKey=xxxxx

If I use this command

npx http-server ./ -S -C cert.pem

I get this error in the console:

Failed to load module script: Expected a JavaScript module script but the server responded with a MIME type of "text/jsx". Strict MIME type checking is enforced for module scripts per HTML spec.

If I use
npx vite

I do not get the error.

Both seem to be loading the index.html file, but with nothing on the browser visually or no others folders that I can see being loaded into the browser.