Hi guys, I am trying to connect to sencbird server but I got this error and cannot resolve it. the error is like below.
“Uncaught TypeError: Cannot read property ‘get’ of undefined”
The code I wrote is below.
<script>
sb = new SendBird({
appId: "xxyyzz"
});
sb.connect("x", "bb", function(user, error) { console.log(error); });
</script>
And also posting the sentry error report also.
How could I handle this error?
Thanks in advance