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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ErrNotLinked=errors.New("Cannot find project ref. Have you run "+Aqua("supabase link") +"?")
ErrInvalidRef=errors.New("Invalid project ref format. Must be like `abcdefghijklmnopqrst`.")
ErrInvalidRef=errors.New("Missing or invalid project ID. Use "+Aqua("--project-ref") +"or"+Aqua("SUPABASE_PROJECT_ID") +"env variable to set it. Project ID can be found on project settings page.")
ErrNotRunning=errors.New(Aqua("supabase start") +" is not running.")