When adding static folder app.use(express.static(__dirname + '/static')); I am getting error Error: Forbiddenat SendStream.error
Known issue https://github.com/visionmedia/express/issues/1229.
Quick fix is to use app.use(express.static( __dirname + '\\static'));
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With