Dear All,
Really happy with Prodigy. Until now, due to our requirements, we had all annotators annotate locally. However now we try to setup a server such that multiple annotators can code on one instance.
We setup prodigy on Ubuntu 20.04, no other webservices are running.
A) python3 -m prodigy ner.manual etc………….
-
We can access prodigy on localhost:8080
-
We can access prodigy on 127.0.0.1:8080
We are not able to reach Prodigy from an external computer.
We added rules to the firewall:
-
sudo ufw allow 8080
-
sudo ufw allow 80 (just to be sure)
We are not able to reach Prodigy from an external computer.
For testing we just disable the entire firewall:
- sudo ufw disable
We are not able to reach Prodigy from an external computer.
6) For testing purposes we added an instance of fast api to the server
We are able to reach the api from an external computer.
We are not able to reach Prodigy from an external computer.
Are we forgetting something (simple)? Or anybody any ideas what on Ubuntu can cause this problem?
Kind regards,
MZoet