Recent content by maczad

  1. M

    Issue Port 3000 is closed and not listening

    public static final String SITE_URL = "https://mydomain.com"; // site main url public static final String API_URL = SITE_URL + ":3000/"; // base url for all api public static final String APPRTC_URL = "http://IPADDRESS:8080"; public static final String CHAT_SOCKET_URL =...
  2. M

    Issue Port 3000 is closed and not listening

    When i type in netstat -tulpen | grep :3000 on ssh, it doesn't show anything
  3. M

    Issue Port 3000 is closed and not listening

    I have my nodejs on port 3000, isn't that a service?
  4. M

    Issue Port 3000 is closed and not listening

    I have an android and ios application that i pointed to listen to mydomain.com:3000 but it keeps failing to connect each time i try to access my app. . When ou say i need a service listening on a port, what kind of service do you mean?
  5. M

    Issue Port 3000 is closed and not listening

    I installed plesk on ubuntu, my project works with port 3000 and other ports which needs to be enabled and also listens, but i am finding it difficult to find out how to really open it and get it to listen. Here is what i have tried: Using sudo ufw allow 3000 directly from ssh Enabling...
Back
Top