Hi , admin ,
I just running-up this site , and when I visit the page /lists/1/settings/share , I got this error .
Could you give some tips ? thank you
My site work on :
ubuntu 21.10 . amd64
apache + php-fpm
https
api in docker ( tag: unstable )
FRONTEND:0.20.2
API:v0.20.1+42-ca3580766e
part of apache vhost config :
SSLProxyEngine On
ProxyRequests Off
ProxyPreserveHost On
ProxyPass /api http://172.18.0.150:3456/api
ProxyPassReverse /api http://172.18.0.150:3456/api
ProxyPass /dav http://172.18.0.150:3456/dav
ProxyPassReverse /dav http://172.18.0.150:3456/dav
ProxyPass /.well-known http://172.18.0.150:3456/.well-known
ProxyPassReverse /.well-known http://172.18.0.150:3456/.well-known