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
The extension installs without issue. I get a warning that I don't have GitHub CoPilot which I'm assuming is not an issue. The Supabase panel loads fine, clicking Connect has no error, but the Database view doesn't show any of the database. It's like it wasn't able to connect, though I don't see an error.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Install extension
Launch extension by clicking on Supabase icon in left gutter
Click 'connect' button to connect to the database
See the Database view with sub-menu for Tables, Views, etc.
None of the sub-menu items have any functionality. I.e. Clicking Tables doesn't do anything.
Expected behavior
I expected to see the sub-menu items under Database populated so when I click Tables, I should see the tables
Screenshots
System information
OS: macOS Sonoma 14.6.1
Browser (if applies) [e.g. chrome, safari]
Version of supabase-js: [e.g. 6.0.2]
Version of Node.js: [e.g. 10.10.0]
Additional context
Add any other context about the problem here.
Am I missing any steps? I don't see any settings for this extension so not sure if I missed something. Also, not sure how to find the logs to diagnose it. Appreciate any guidance.
The text was updated successfully, but these errors were encountered:
It's impressive that they managed to release this without adding a field where you can write the address of your local supabase AND used 127.0.0.1:80 as the default?! How's this supposed to work when the defaults are that the local supabase api is exposed on port 54321?
Sorry for the delay, this is is very much an MVP for now we've shipped for Launch Week 12 and we're currently exploring where to go from here, so your feedback and feature requests are very much appreciated 🙏
These are the default ports that the supabase CLI uses when you run supabase start. I believe not having GitHub Copilot might be the issue here. I'll investigate how we can unbundle it.
Bug report
Extension loads, but no other functionality works
Describe the bug
The extension installs without issue. I get a warning that I don't have GitHub CoPilot which I'm assuming is not an issue. The Supabase panel loads fine, clicking Connect has no error, but the Database view doesn't show any of the database. It's like it wasn't able to connect, though I don't see an error.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Expected behavior
I expected to see the sub-menu items under Database populated so when I click Tables, I should see the tables
Screenshots
System information
Additional context
Add any other context about the problem here.
Am I missing any steps? I don't see any settings for this extension so not sure if I missed something. Also, not sure how to find the logs to diagnose it. Appreciate any guidance.
The text was updated successfully, but these errors were encountered: