Maybe go step by step. Either comment out some code and try to run app or place breaking point in initial places where app is running. You can debug stuff in Chrome.
Piotr Zarzycki On Mon, 29 Apr 2024 at 23:00, MARK HARTNETT <[email protected]> wrote: > Hi, > > I haven't made any progress on this error. The browser freezes and hangs > when it hits the not-found. I can reproduce the error on a Windows 11 > system using the latest version of Moonshine. > > I installed VS Code but still figuring it out. > Below is the console output from Moonshine right at the point the browser > freezes. > > Thanks > > Project files cleaned successfully: CauseLogixR > : The project 'RMFullApp' has been successfully compiled. > : 61.559639018 seconds > : Project CauseLogixR build successfully. > : Command: C:\MoonshineSDKs\NodeJS\node-v12.15.0\node.exe C:\Program > Files\Moonshine\elements\http-server\bin\http-server > C:\development\CauseLogixR\bin\js-debug -p 3000 > : Opening to URL: http://localhost:3000/index.html > : Launching application using adapter: chrome > : Starting up http-server, serving C:\development\CauseLogixR\bin\js-debug > : Available on: > : http://10.0.0.246:3000 > : http://127.0.0.1:3000 > : Hit CTRL-C to stop the server > : [2024-04-29T13:37:42.960Z] "GET /favicon.ico" "Mozilla/5.0 (Windows NT > 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 > Safari/537.36" > > : (node:6416) [DEP0066] DeprecationWarning: > OutgoingMessage.prototype._headers is deprecated > : [2024-04-29T13:37:42.970Z] "GET /favicon.ico" Error (404): "Not found" >
