Problems - Installation

hi @JFernando!

Are you running Prodigy on a local machine (e.g., a personal laptop/desktop)?

If so, the easiest approach may be to use a service like ngrok:

My colleague @koaning has a great tutorial on ngrok at calmcode.io (I personally highly recommend it for many Python libraries!).

Alternatively, you can set your localhost to 0.0.0.0 but this is usually better for servers where you also likely need to set up reverse proxies/https, login/authentication, and open up ports and manage firewalls:

But all of those requires a strong knowledge of networking and may be a lot of work if you're new to it.

Also, in the last post I attached, be sure to see the follow up comment on using named multi-user sessions too with ngrok. This can help you track multiple users' sessions.

Hope this helps!