frankhale / electron-with-express

A simple app that demonstrates spawning an Express app from Electron
MIT License
643 stars 147 forks source link

if access the page from chrome, the express app will report error in log #33

Closed dumpspecs closed 2 years ago

dumpspecs commented 3 years ago

Screenshot 2021-05-27 220806

dumpspecs commented 3 years ago

electron-with-express\express-app\views\include\head.ejs:3 1| 2|

3| 4| 5| title is not defined at eval (electron-with-express\express-app\views\include\head.ejs:12:26)

dumpspecs commented 3 years ago

the url used in the chrome browser is: http://localhost:3000/PageTwo

frankhale commented 3 years ago

Thanks for the bug report.

frankhale commented 2 years ago

This seems to be resolved now

image