E
egarcia
Guest
These log entries do not seem to indicate an issue. It shows that the webpack server started with port 4200. Are the broker and SQL servers running on the same machine as Kendo UI Builder? Is port 4200 used by another process? What do you see when you access http://localhost:4200 from a web browser? A way to troubleshoot issues with the Preview, is to start the webpack dev server manually from the command line: cd \app npm start Using this approach, the webpack dev server will start and show the output to the console. You should be able to see error messages there. I hope this helps.
Continue reading...
Continue reading...