-
Notifications
You must be signed in to change notification settings - Fork 10
Description
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:
- 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.