thingsboard / flutter_thingsboard_app

ThingsBoard Mobile Application
https://thingsboard.io/products/mobile/
BSD 3-Clause "New" or "Revised" License
207 stars 153 forks source link

Sorry,how to let the app to support version 3.7.0 #94

Closed haisom2022 closed 3 weeks ago

haisom2022 commented 3 weeks ago
image
ybeshkarov commented 3 weeks ago

Using thingsboard_client: ^1.2.0 should resolve it. @haisom2022

salemaljebaly commented 3 weeks ago

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

ybeshkarov commented 3 weeks ago

@salemaljebaly Are you using https://demo.thingsboard.io?

salemaljebaly commented 3 weeks ago

@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

BigNavid commented 3 weeks ago

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.

Screenshot_20240617_145939

ybeshkarov commented 3 weeks ago

I see, thanks.

The issue has been resolved in thingsboard_client: ^1.2.1. Please update your pubspec.yaml accordingly.

@BigNavid, @salemaljebaly, @haisom2022

salemaljebaly commented 3 weeks ago

I see, thanks.

The issue has been resolved in thingsboard_client: ^1.2.1. Please update your pubspec.yaml accordingly.

@BigNavid, @salemaljebaly, @haisom2022

Thanks @ybeshkarov now it works correctly 🙌