Open mailliwal opened 1 month ago
I tried accessing and am able to log in on the same version. However, I am unable to list or load any memos from my server. I can create new memos, but when I close the app and reopen it, they are gone again. I am unsure why I am not receiving an error message indicating that my version is not supported. Additionally, what is causing the memos not to load into the app?
Edit:
I just installed TestFlight version and now the newly created memos are staying but any preexisting are not. Just realized that server was 0.22.5
which is the stable version, makes sense.
0.22.6 is the culprit
{ "owner": "users/1", "version": "0.22.5", "mode": "prod", "instanceUrl": "" }
[ iOS] 0.22.5 still show the message: Your server version is not support
[iOS] 0.22.5 still show the message: Your server version is not support
do not forget add http:// prefix and port , such as http://yourDoaminOrIP:5230
https://xxx/api/v1/workspace/profile
{ "owner": "users/1", "version": "0.22.6", "mode": "prod", "instanceUrl": "" }