Can't start local services after installing them #28065
Replies: 4 comments 9 replies
|
Hey, I had a similar issue too and found this issues thread detailing the nature of the issue and two workarounds, one needing a configurable local Docker instance of Supabase and another to simply run the cli without vector enabled. |
|
Was misled thinking it was related to my Docker instance.
Thanks @matthewloh |
|
THANK YOU. This finally worked for me. |
Hey, I had a similar issue too and found this issues thread detailing the nature of the issue and two workarounds, one needing a configurable local Docker instance of Supabase and another to simply run the cli without vector enabled.
It seems like it's a issue related to the version of vector being used which will have to be fixed in an update to supabase/cli itself. For now, you can try running
supabase start -x vectoras a workaround if you do not require the vector functionality. Credits to @jweberde and @encima for the fixes and discussion! Hope this helps.