Sharing on mobile not working

Actual behaviour

Sharing on mobile [Android] not working , while sharing on web working without any issue , all it says an error message below

“It was not possible to retrieve the shares from server
because malformed server configuration”

Steps to reproduce

  1. Open Android owncloud client
  2. Select file and click on sharing icon
  3. Showing an error “It was not possible to retrieve the shares from server
    because malformed server configuration”

Environment data

Android version:11

Device model: xiaomi - Mi Note 10

Stock or customized system: Stock

ownCloud app version: v3.0.2

ownCloud server version:10.11.0

Logs

Web server error log

Nothing shows on the web server log

ownCloud log (data/owncloud.log)

Nothing shows

Any help to solve it !

I’ve already solved it !

for anyone having the same issue :

1 - Add the following in owncloud vhost [Apache] , under the directory for example <Directory /var/www/html/owncloud/> ,

SetEnvIfNoCase ^Authorization$ “(.+)” XAUTHORIZATION=$1
RequestHeader set XAuthorization %{XAUTHORIZATION}e env=XAUTHORIZATION

2 - make sure in apache2.conf the override option in /var/www directory is all

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.