Seeds broken in latest docker image
menasheh opened this issue · 2 comments
menasheh commented
Bug report
- I confirm this is a bug with Supabase, not with my own application.
- I confirm I have searched the Docs, GitHub Discussions, and Discord.
Describe the bug
When running the docker-compose in latest master, the seeds don't run and tenants table cannot be found.
To Reproduce
- git clone git@github.com:supabase/realtime.git
- cd realtime
- docker-compose build
- docker-compose up
- See error in server log
Expected behavior
Seeds should run correctly
System information
- OS: Windows
filipecabaco commented
@menasheh could you share the errors logged out?
menasheh commented
today it worked... not sure what changed