Open
Description
How to use GitHub
- Please use the 👍 reaction to show that you are affected by the same issue.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Steps to reproduce
- My selfhosted Nextcloud server 30.0.8 on Ubuntu 20.04 with Apache 2.4.41, php8.3, MariaDB 11.4.5
- My iPhone is iOS 18.3.2
- My Nextcloud app in iPhone is 6.5.0.5
- Open the Nextcloud app from iPhone and pick a file to share with some user with setting the expiration date.
- Nextcloud app pop up a red pop up showing "Error 405: The requested method is not supported" after couple seconds.
- The share, however, seems still created as the settings.
Expected behaviour
Should not happen the error pop up as the step 5 stated above.
Actual behaviour
As said above, there is a error pop up as "Error 405: The requested method is not supported" as attachment .
Nextcloud logs from the Admin page has no error found.
But the apache has the 405 error as below:
192.168.xxx.xxx - - [26/Mar/2025:23:43:36 +0800] TLSv1.3 "GET /ocs/v2.php/apps/files_downloadlimit/api/v1//limit HTTP/2.0" 405 - "-" "Mozilla/5.0 (iOS) Nextcloud-iOS/6.5.0"
skip some normal entries
192.168.xxx.xxx - - [26/Mar/2025:23:44:08 +0800] TLSv1.3 "DELETE /ocs/v2.php/apps/files_downloadlimit/api/v1//limit HTTP/2.0" 405 - "-" "Mozilla/5.0 (iOS) Nextcloud-iOS/6.5.0"