Blank page // no log // no error @ installation
Opened this issue · 4 comments
Blank page // no log // no error @ installation
accessing https://domain.tld/Microsoft-Server-ActiveSync
I have Nextcloud Contacts & one E-Mail user (works using rainloop) for testing.
I cannot login and when I open "z-push" through portal I get 404 Not Found. I'm using the version from yunohost (didn't chose custom from github)
/var/log/z-push has no files
it's already the latest version when checking using "yunohost app upgrade z-push -u https://github.com/abeudin/z-push_ynh.git"
I'm getting the same thing on a fresh Yunohost setup. Is this application working at all on Yunohost? I noticed the Docs page is dead as well.
Same...
hi
for me, it is a 404 error...
to fix it:
edit /etc/nginx/conf.d/domain.tld./z-push.conf
delete two first lines and paste:
rewrite ^/Microsoft-Server-ActiveSync$ /Microsoft-Server-ActiveSync/ permanent;
location ^~ /Microsoft-Server-ActiveSync/ {
you can access to /Microsoft-Server-ActiveSync/ from yunohost client panel.
but i can't sync anything...
my account from my phone say me he can't read /home/yunohost.app/z-push/users
but it wrote files when i try to connect...
help from dev needed ;)
Can you try with the path traversal branch ?
yunohost app install https://github.com/YunoHost-Apps/z-push_ynh/tree/path_traversal