Could not fetch project if I run in docker

Hi, I want to run prodigy in docker but get this message while opening localhost "Could not fetch project. Make sure the server is running correctly "

Here's my docker and prodigy.json


Screen Shot 2021-06-16 at 12.17.55 PM

This usually indicates that the server hasn't started, or that it stopped because the Python process raised an error. So maybe check your logs and see if there's an error on the server?

Thanks, @ines. I am getting 403 error while calling the /project endpoints. I've set host to '*' in prodigy.json. Any thoughts?

Figured out the issue, it was because I didn't pass the session id.

2 Likes