Sudo lsof -i :8080

error codes.vapor.application : bind(descriptor:ptr:bytes:): Can’t assign requested address (errno: 49)

A common answer I find on web is that smoother process is running on port 8080

But I have checked it using sudo lost -i :8080, I did not see any thing by executing this command. That probably means there is nothing running on this port

Is that full error message? That’s a slightly different message to the normal one and looks like you’re trying to use a port you don’t have permission to. Have you tried restarting?

@hassan20896 Do you still have issues with this?