Firewall Configuration
If you are using firewalld and not using a reverse proxy, you may have to allow traffic to port 3000:
sudo firewall-cmd --permanent --add-port=3000/tcpsudo systemctl reload firewalldIf you are using firewalld and not using a reverse proxy, you may have to allow traffic to port 3000:
sudo firewall-cmd --permanent --add-port=3000/tcpsudo systemctl reload firewalld