Supabase CLI error

when I try running this command npx supabase link --project-ref xxxxxxxxxxxx (I am using WSL) I get the following errors:

Unknown config field: [db.enabled] Unknown config field: [realtime.port] Unknown config field: [storage.port] Unknown config field: [auth.port] Unknown config field: [auth.enable_email_confirmations] Unknown config field: [auth.enable_sms_confirmations] Unknown config field: [auth.enable_phone_signup] Unknown config field: [storage.s3] Unknown config field: [storage.s3.enabled] Unknown config field: [storage.s3.bucket] WARN: no seed files matched pattern: supabase/seed.sql failed to retrieve remote project status: Get "https://api.supabase.com/v1/projects/zne: failed to dial native: dial tcp [2606:4700:10::6814:1b91]:443: connect: network is unreachable

and I couldnt login even tho I set the SUPABASE_ACCESS_TOKEN environment variable and tried loggining in from the web
also I tried different supabase cli versions (>2) and that did not work
Was this page helpful?