Muhammad Hisam Aszaini
Muhammad Hisam Aszaini
> You need to delete the app.sock every time before you start the node processe. Manual delete?
I am running using pm2, but not auto delete app.sock
This is my code ``` require('dotenv/config') const path = require('path') const bodyParser = require('body-parser') const express = require('express') const hbs = require('hbs') const mysql = require('mysql') const app = express()...
I have some problem, if I use bash server.sh the error is connection refused