Skip to content

Cannot push config after CLI upgrade #5679

Description

@AvaPL

Bug report

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

Describe the bug

After I upgraded the Supabase CLI from 2.98.2 to 2.107.0, my supabase config push started failing with the following error:

cannot push config: a [remotes.*] block targets project abc123, which config push does not yet support. Remove the matching [remotes.*] block, or run config push from a config without it.

Of course, abc123 is not my real project ID.

To Reproduce

Not sure, my config is relatively simple and nothing has changed since I upgraded the CLI.

project_id = "local"

[remotes.production]
project_id = "abc123"

...

[remotes.production.auth.email.smtp]
enabled = true
...

Expected behavior

Config is pushed without an error, like it did in the previous version.

System information

  • OS: macOS
  • Version of Supabase CLI: 2.107.0

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions