Instance_not_initialized

I have been developing hybrid app performing in iOS, Android and web.
Now, I’m focusing on the web.

When testing in Microsoft edge, an error was came up as
“A SendBirdCall instance is not initialized.”

I searched the error code above, I found the related digits:
INSTANCE_NOT_INITIALIZED
1800302

However, the Sendbird Call works in Chrome.

I don’t know why and how to fix this.
Any suggestion?

Thanks in advance.

Hi @firstbutton21, welcome to the Sendbird community!

Can you please share the line of code (or function) on which it’s throwing this error?

Excuse me, I have a related question:
is there a way to check whether SDK has been initialized

Hi @rex - on initialization, it returns a Sendbird object that is supposed to be stored on a global scope. You can check that for null to check if the SDK is initialized.

1 Like