Open ale24dev opened 2 months ago
When running Supabase locally, and using the Copilot chat with the command @supabase How are you?, the response is:
@supabase How are you?
🤔 I can’t find the schema for the database. Please check that supabase start is running.
This is unexpected since Supabase is indeed running locally.
Steps to reproduce the behavior:
supabase start
I expected Copilot to interact with the database without any errors, especially since Supabase is confirmed to be running locally.
Getting the same issue... However selecting the Supabase tab and clicking Connect got things working
Supabase
Connect
Interesting, thanks for flagging, will investigate.
Description
When running Supabase locally, and using the Copilot chat with the command
@supabase How are you?
, the response is:This is unexpected since Supabase is indeed running locally.
To Reproduce
Steps to reproduce the behavior:
supabase start
.@supabase How are you?
.Expected behavior
I expected Copilot to interact with the database without any errors, especially since Supabase is confirmed to be running locally.
Screenshots