You are missing the Nginx. Port 80 is open but you are trying 5000, so won’t work.
You can open port 5000 in the firewall and also check ufw firewall.
ufw status
and open the port using command
sudo ufw allow 5000
You are missing the Nginx. Port 80 is open but you are trying 5000, so won’t work.
You can open port 5000 in the firewall and also check ufw firewall.
ufw status
and open the port using command
sudo ufw allow 5000