-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nextcloud for iOS don't detect the Text app #1662
Comments
@foss- @WernerBleisteiner Since you reported the original issue on the iOS app, could you please fill out the issue template from here https://github.com/nextcloud/text/blob/master/.github/ISSUE_TEMPLATE/Bug_report.md and also check the server logs if there are any issues reported related to the directEditing request? |
Hi! Thanks. |
Same Problem here: I have two nextcloud instances: Test: 21.0.1 Both were checked with IOS Nextcloud Liquid 4.0.3.0. |
NC instance updated to 21.0.3 from 20.0.8 in initial report. Running Text App 3.2.0. Not sure why this would work for abnerhale with 3.2.0 and 21.0.1 but not for the instance I am testing with 3.2.0 and 21.0.3. Client details:
@juliushaertl thanks for responding and excuse the late feedback. I wanted to wait for the NC update to see if that resolves the problem - sadly it does not. I requested the server log info and will update the post as soon as I have news. @marinofaggiana any idea what else to look at / tweak to get this working? |
I'm wondering if this still is an issue with the more current nextcloud versions - that is 23, 24 or 25. @marinofaggiana are you aware of users experiencing the same in recent versions of nextcloud? I'm tempted to close this as NC 20 and 21 are not supported anymore. But first I want to check if it still is an issue. |
Just checked with @marinofaggiana and he has not seen this in a long time. So I'll close the issue. Feel free to reopen / open a new one in case it comes back. |
For all I know this is persisting for the instance this was initially reported for, which currently is running: However Nextcloud Server: 24.0.5 on a different instance works as expected. So this is either indeed solved in newer versions or after all a configuration issue on the specific Nextcloud instance. |
Can we please re-open this. The issue never got resolved. The instance in question has been updated to 25.0.5 and the issue is persisting. We have two related issues: #3762 which is a duplicate of this issue here Probably the title should be adjusted and the issues gathered in a single issue. This issue imo was never limited to either iOS or Android but always affected both OSs. I have a suspicion that once this is solved, things will work on both platforms. The problem seems to be server side not client side. It is just the clients that expose the symptom, since the server seems to think Text app is not installed which is probably a result of caching gone wrong or information not being correctly updated when altered. |
Polite pinging @marinofaggiana @max-nextcloud @juliushaertl |
Despite having installed the Text app the endpoint:
ocs/v2.php/apps/files/api/v1/directEditing?format=json
return:
▿ 1 element
▿ 0 : 2 elements
- key : ocs
▿ value : 2 elements
▿ 0 : 2 elements
- key : meta
▿ value : 3 elements
▿ 0 : 2 elements
- key : status
- value : ok
▿ 1 : 2 elements
- key : statuscode
- value : 200
▿ 2 : 2 elements
- key : message
- value : OK
▿ 1 : 2 elements
- key : data
▿ value : 2 elements
▿ 0 : 2 elements
- key : editors
- value : 0 elements
▿ 1 : 2 elements
- key : creators
- value : 0 elements { ... }
I have only the server Version 20.0.8 (sorry)
The text was updated successfully, but these errors were encountered: