Remko Boschker
Remko Boschker
I just had this issue after updating to aframe 0.9.0. I had the camera nested in a rig and on a sphere component. ``` ``` A default camera was injected....
The setupInitialCamera function of the camera system is called when the scene element has no other children than the a-canvas and a-loader-title. Therefore the ``sceneEl.querySelectorAll('a-camera, [camera]')`` returns an empty list.
Could this issue be re-opened?
I'm seeing it on ``com.oculus.browser (OculusBrowser/5.7.6.141460824 SamsungBrowser/4.0 Chrome/66.0.3359.203)``, but also on Chrome 72. I try to reproduce in glitch.
@DigiTec you were right. It has to do with there being a template present. Please find a minimal repro here https://glitch.com/~neon-canopy
I narrowed it down further. Just the presence of a script tag *before* the entity with camera is enough. But you'd use that inside the assets element to define a...
```` makes no difference. https://glitch.com/~neon-canopy
I would like to be able to mock / use / define the requesting of a token based on username/credentials and using that token for subsequent requests to the api....
@luechtdev thank you for the work around. I am getting the following error running `npx nx run app1:build` : 'resolve' is not exported by __vite-browser-external I think I have followed...
I started migrating our mono-repo with a fresh start and it works out well now. Please note that the static adapter does not support the out parameter https://github.com/sveltejs/kit/tree/master/packages/adapter-static#pages Thank you...