Skip to content

Init supabase inside isolate throw error #1046

Closed
@richard457

Description

@richard457
loadSupabase() async {
  await Supabase.initialize(
    url: AppSecrets.superbaseurl,
    anonKey: AppSecrets.supabaseAnonKey,
  );
}

When Openning the above inside isolate throws error and when attempt to access Supabase.instance etc...

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions