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

Config does not match #32416

Open
SaavanNanavati opened this issue Dec 30, 2024 · 2 comments
Open

Config does not match #32416

SaavanNanavati opened this issue Dec 30, 2024 · 2 comments
Labels
bug Something isn't working external-issue to-triage

Comments

@SaavanNanavati
Copy link

SaavanNanavati commented Dec 30, 2024

Bug report

  • [ X ] I confirm this is a bug with Supabase, not with my own application.
  • [ X ] I confirm I have searched the Docs, GitHub Discussions, and Discord.

Describe the bug

It's not possible to run supabase link on a brand new project. How can I use Supabase locally?

To Reproduce

Steps to reproduce the behavior, please provide code snippets or a repository:

  1. Create brand new Supabase project
  2. Run supabase link --project-ref <project-id>
  3. There will be an error in config.toml diff.

Expected behavior

It should match.

Screenshots

image

System information

  • OS: MacOS
  • Version of supabase-js: 2.47.10
  • Version of Node.js: 20.12.2
@SaavanNanavati SaavanNanavati added the bug Something isn't working label Dec 30, 2024
@SaavanNanavati
Copy link
Author

Also, even when I try updating my config.toml to match the external one, the diff still always fails for this:

additional_redirect_urls = ["https://127.0.0.1:3000"]

@KevinKra
Copy link

KevinKra commented Jan 1, 2025

Yep, having the exact same issue.

I tried creating a new remote project, created a new local repository, fresh supabase init, same issue. Also like your example, I can fix all the "diffs" except for additional_redirect_urls = ["https://127.0.0.1:3000"] ...

I have the latest version of supabase and my supabase cli is at 2.2.1

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

No branches or pull requests

2 participants