Can't access from other machines.

Basicaly, I’ve created a project and run it at 0.0.0.0:port, set ALLOW_HOST to * and allowed inbound to port in firewall, I can now only access at local machine with IP address but not on other machines. And all machines are in same network.

PS. I can access Flask server from other machine by the same port.

Changing the env’s name solved the problem.