Skip to content
New issue

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

Extension loads, but doesn't do much else #22

Open
lestan opened this issue Aug 17, 2024 · 2 comments
Open

Extension loads, but doesn't do much else #22

lestan opened this issue Aug 17, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@lestan
Copy link

lestan commented Aug 17, 2024

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:

  1. Install extension
  2. Launch extension by clicking on Supabase icon in left gutter
  3. Click 'connect' button to connect to the database
  4. See the Database view with sub-menu for Tables, Views, etc.
  5. 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

Screenshot 2024-08-16 at 9 39 00 PM

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.

@lestan lestan added the bug Something isn't working label Aug 17, 2024
@ricardomatias
Copy link

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?

@thorwebdev
Copy link
Contributor

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 🙏

You can see the default ports that are being used here: https://github.com/supabase-community/supabase-vscode-extension/blob/main/src/features/database/classes/supabase-api.ts#L8-L11

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants