Closed haisom2022 closed 5 months ago
Using thingsboard_client: ^1.2.0 should resolve it. @haisom2022
Using thingsboard_client: ^1.2.0 should resolve it. @haisom2022
Thanks for your efforts
I test latest version of thingsboard_client but its still same error also I test dev branch in flutter_thingsboard_app to get latest update and fixes in code but same error occurs.
I monitoring the app network using flutter dev tools the login works correctly and it return token and refresh token the same error occur Unsupported ThingsBoard platform version: 3.7.0- SNAPSHOT
@salemaljebaly Are you using https://demo.thingsboard.io?
@salemaljebaly Are you using https://demo.thingsboard.io?
Its working on https://demo.thingsboard.io/ but I try to run it in my own server with thingsboard CE
Same problem when using my own server with thingsboard CE version 3.6.4. But it works with demo.thingsboard.io and that's odd.
I see, thanks.
The issue has been resolved in thingsboard_client: ^1.2.1
. Please update your pubspec.yaml
accordingly.
@BigNavid, @salemaljebaly, @haisom2022
I see, thanks.
The issue has been resolved in
thingsboard_client: ^1.2.1
. Please update yourpubspec.yaml
accordingly.@BigNavid, @salemaljebaly, @haisom2022
Thanks @ybeshkarov now it works correctly 🙌