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
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
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.