Bug report
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
Bug report
Describe the bug
After I upgraded the Supabase CLI from 2.98.2 to 2.107.0, my
supabase config pushstarted failing with the following error:To Reproduce
Not sure, my config is relatively simple and nothing has changed since I upgraded the CLI.
Expected behavior
Config is pushed without an error, like it did in the previous version.
System information