Recover from server crash

refreshing the page toked me to the browser's default page not found and that was it.

It crashed, thus there is no webserver anymore, it cannot tell you anything other than the last entry in the log.
Certain "typo's" will crash programs, others won't, that is because it is not so simple to catch user errors.

For your specific example: you could (or should) have used a try, catch block, so that your code doesn't crash node-red.

1 Like