[Problem/Question]
I working on the update to JS sdk 4 from 3 and when I try to authenticate I’m getting “This session token is invalid.” error even so I’m using access token, authentication works fine for the same user on the old SDK.
[SDK Version]
4.10.3
[Reproduction Steps]
        this.sb = SendbirdChat.init({
            appId: this.sbAppId,
            newInstance: true,
            localCacheEnabled: true,
            logLevel: LogLevel.VERBOSE,
            modules: [new GroupChannelModule()]
        })
        const user = await this.sb.connect(this.sbUserId, this.sbToken)
[Frequency]
always
[Current impact]
I’m blocked on my task