mattermost / mattermost-mobile

Next generation iOS and Android apps for Mattermost in React Native
https://about.mattermost.com/
Apache License 2.0
2.25k stars 1.36k forks source link

Server upgrade required warning message appears despite installed version 5.31 #5338

Closed m-a-v closed 3 years ago

m-a-v commented 3 years ago

Summary

Server upgrade required warning message appears despite installed version 5.31.

Environment Information

Expected behavior

Warning message should not appear!

Observed behavior

A warning message appears, when using the newest mobile app version (iOS and Android).

Screenshot when starting the iOS app Warning message

Displayed Server Version when using the app App Information

Server Version when using the web client

Server Information (using browser)

@amyblais Could it be that the database schema version is used for version comparison? This would be a bug!

rcaillon-Iliad commented 3 years ago

Same problem:

amyblais commented 3 years ago

@m-a-v @rcaillon-Iliad There was a bug that has been fixed in v5.31.3. Would you be open to upgrading to see if it fixes the issue?

amyblais commented 3 years ago

Servers need to be on v5.31.3 because v5.31.3 fixes an issue where the server version was reported as v5.30.0.

Mobile app changelog has been updated with the details https://docs.mattermost.com/administration/mobile-changelog.html, and we have pushed a v1.42.1 dot release to the app stores that clarifies the minimum supported version in the in-app notice. It should be available for download soon.

m-a-v commented 3 years ago

@amyblais Thank you for the clarification. We have to do the update anyway.