Error with local host since reinstall

I had to re-install Wappler and now I am getting this error, does anyone know how I can fix this, it's pretty urgent. Using Mac

Error: listen EADDRINUSE: address already in use :::3000
at Server.setupListenHandle [as _listen2] (node:net:1334:16)
at listenInCluster (node:net:1382:12)
at Server.listen (node:net:1469:7)
at Object.start (/Users/peterheggie/Library/Mobile Documents/com~apple~CloudDocs/test2222/lib/server.js:91:16)
at Object.<anonymous> (/Users/peterheggie/Library/Mobile Documents/com~apple~CloudDocs/test2222/index.js:3:8)
at Module._compile (node:internal/modules/cjs/loader:1116:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1169:10)
at Module.load (node:internal/modules/cjs/loader:988:32)
at Module._load (node:internal/modules/cjs/loader:829:12)
at Function.c._load (node:electron/js2c/asar_bundle:5:13343) {

code: 'EADDRINUSE',
errno: -48,
syscall: 'listen',
address: '::',
port: 3000

So have found out how to do this and here is the answer if anyone else has the problem.
Open terminal and type: lsof -i tcp:3000
It will then list the item that is in use, then type: kill -9 PID#

I think this has been discussed before.
You can also either restart Wappler, or remove all NodeJS instances from Task Manager (Windows).

@sid tried restart of Wappler & computer, did not work.
Even tried re-install and it would not work.
Plus working on MAC so there is no task manager.

I’ve already found the solution (see above), but thanks for the comment. :slight_smile:

Fixed in Wappler 7 beta 16

This topic was automatically closed after 36 hours. New replies are no longer allowed.