[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Preview Failed. Webpack failed to compile the application!

  • Thread starter Thread starter egarcia
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top