stock_screener icon indicating copy to clipboard operation
stock_screener copied to clipboard

500 Internal Server Error

Open louisgv opened this issue 4 years ago • 1 comments

When trying to run the server, I'm getting this error when the front-end trying to query the /stocks endpoint. Wonder if this is just my machine or a real problem.

louisgv avatar Jan 17 '20 20:01 louisgv

I just tried a clean install on my machine and it works as documented 🙂. You will experience errors before postgres has booted up and the database is populated. What happens if you wait a minute before trying that endpoint? Look at the logs from the worker container docker-compose logs -f worker and you should see it waiting for postgres and populating the database from alembic revisions

lseffer avatar Apr 13 '20 10:04 lseffer