Invalid access token format. Must be like `sbp_0102
I'm using supabase CLI v 2.33.7 and cant migrate any changes to supabase anymore getting "Invalid access token format. Must be like
sbp_0102...1920
." from every angle... how can we use supabase CLI now the service role keys start with eyJ??4 Replies
I'm not sure what you mean here, the CLI has always used the
sbp_
tokens as these are your personal access tokens and not your project's anon/publishable key@BradMcA Supabase CLI requires a personal access token (starts with sbp_) not a service role key. You can generate one from your Supabase account settings under Access Tokens.
Nice one thanks for the reply
sounds Good 😊