RocketChat / Rocket.Chat.js.SDK

Utility for apps and bots to interact with Rocket.Chat via DDP and/or API
MIT License
136 stars 94 forks source link

Unexpected token o in JSON at position 1 #137

Open UmerQadri opened 3 years ago

UmerQadri commented 3 years ago

I am using Rocket Chat in react native app, while trying to login rocket chat with resume token, its returning this error:

Unexpected token o in JSON at position 1

It seems working fine with build but in development, this causing error in both iOS and Android.

(Note: I am using mobile branch which is being used by the open source Rocket Chat React Native App)