You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.The text was updated successfully, but these errors were encountered: