You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The application process exited prematurely.
App 575050 output: at Object. (/home/truecall/nodevenv/public_html/truecaller/10/lib/node_modules/lru-cache/dist/cjs/index-cjs.js:5:36)
might be related to #1965 or #1885 but would help to see the full stack ( and error message itself for the original error )
"The application process exited prematurely." is likely coming from some top level handler for process exit event
when i import this statment on the app.js my app crash.
const mysql = require('mysql2');
the Package.json
i also try
const mysql = require("mysql2/promise");
not workingThe text was updated successfully, but these errors were encountered: