We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Getting the same issue... However selecting the Supabase tab and clicking Connect got things working
Supabase
Connect
Sorry, something went wrong.
Interesting, thanks for flagging, will investigate.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: