-
-
Notifications
You must be signed in to change notification settings - Fork 226
Description
My goal is to do some testing on a separate computer in same network. I can do ng serve just fine, I open the localhost:4200 in browser and I see the splash-screen, but after that I get only the gray screen with source code of the splash screen.
So, apparently something is not working, is this scenario even possible? I would not like to do the dev- on the raspi connected to printer, rather on a separate comp.
My raspi with octoprint is on 192.168.1.220 and the dev-debian is on 192.168.1.8, my understanding is that this setup should work?
`root@debdev:/temp/OctoDash-master# ng serve
WARNING: Zone.js does not support native async/await in ES2017.
These blocks are not intercepted by zone.js and will not triggering change detection.
See: angular/zone.js#1140 for more information.chunk {main} main.js, main.js.map (main) 590 kB [initial] [rendered]
chunk {polyfills} polyfills.js, polyfills.js.map (polyfills) 141 kB [initial] [rendered]
chunk {runtime} runtime.js, runtime.js.map (runtime) 6.15 kB [entry] [rendered]
chunk {styles} styles.js, styles.js.map (styles) 337 kB [initial] [rendered]
chunk {vendor} vendor.js, vendor.js.map (vendor) 6.06 MB [initial] [rendered]
Date: 2020-05-03T13:17:53.455Z - Hash: dbac93637bd39a00e5ba - Time: 24681ms
** Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ **
: Compiled successfully.`