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
@MrDwiY Hi! This is not an esx error. It's a node js error, probably the host where you are running your server doesn't have node.js installed correctly and that's why you are getting these errors.
(node:124) UnhandledPromiseRejectionWarning: Error: connect ECONNREFUSED 127.0.0.1:3306
at __node_internal_captureLargerStackTrace (node:internal/errors:464:5)
at __node_internal_exceptionWithHostPort (node:internal/errors:642:12)
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1146:16)
(node:124) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag
--unhandled-rejections=strict
(see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 11)![image](https://github.com/esx-framework/esx_core/assets/109294257/ae1f25d4-6c33-427f-a002-88a9ba7cae21
https://media.discordapp.net/attachments/973429761751777280/1180053064414154822/image.png?ex=657c050e&is=6569900e&hm=4304e9cfeab02cc83a63f4a54df43a56e4213e5bf620ee1bd735833bb3f67a80&=&format=webp&quality=lossless&width=740&height=416
The text was updated successfully, but these errors were encountered: