Errors after migrating supabase db (Clerk auth integration issues)

I'm currently resuming a project I worked on a year ago. Since the project was inactive for over 90 days, I migrated the DB to a new project. However, after I migrated the DB, I'm receiving this error:
Error in SELECT operation: {
  code: 'PGRST301',
  details: null,
  hint: null,
  message: 'No suitable key or wrong key type'
}


I'm not sure if this is an issue with clerk + supabase integration because I read that there's a new way to integrate clerk into supabase. I tried changing the RLS according to https://clerk.com/docs/integrations/databases/supabase but it still gives me the same error. Can someone please help me with this? I'm not sure what might be causing this error.
Learn how to integrate Clerk into your Supabase application.
Was this page helpful?