You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I am trying to link to a remove project (non-local of course) using the supabase link --project-ref <proj-ref> --password <db-pass> command, and I am getting the following error message in the terminal.
Administrator in EAClassManager on preview via 🦕 v2.2.2 via v22.13.0
❯ supabase link --project-ref <redacted> --password <redacted> --create-ticket
WARN: no SMS provider is enabled. Disabling phone login
Unexpected error retrieving remote project status: {"message":"Failed to retrieve project status"}
Try rerunning the command with --debug to troubleshoot the error.
Sent crash report: c2ca32be07d34487a863d5127e871672
Quote the crash ID above when filing a bug report: https://github.com/supabase/cli/issues/new/choose
Describe the bug
I am trying to link to a remove project (non-local of course) using the
supabase link --project-ref <proj-ref> --password <db-pass>
command, and I am getting the following error message in the terminal.I am not sure that you can reproduce this due to the command being so simple, but the obvious reproduction list below is what I am doing.
To Reproduce
Steps to reproduce the behavior:
supabase link --project-ref <proj-ref-here> --password <db-pass-here>
Expected behavior
The CLI successfully linking to the project.
Screenshots
System information
Rerun the failing command with
--create-ticket
flag.Additional context
N/A
The text was updated successfully, but these errors were encountered: