Apps are broken
Joschka1 opened this issue · comments
Hi,
since last update Calendar, Contacts and Tasks apps are broken. It's not possible to update and activate them. Doesn't test with oder apps.
can you pleas fix that?
best joschka
Thats really strange, i didn't have any problems.
Did you remove the docker container before pulling?
You could try to remove all files in /data/userapps and install the apps again.
Hey, forgot to write you, sorry!
I solved the problem like follow, only remove /data/userapps dosen't solve it: I change cronjob to Ajax, deactivate and uninstalled the first app, reload the page, repeat it for all apps, than reload page again, install the apps again, with also reload page between all installation steps and at last change cronjob bag to default. Thats the only way to works for me.
Looks like a strange nextcloud bug.
That is really strange. I didn't had any issues with the upgrade. But thank you for your report, may it helps someone.
Yeah I have the same problem. I'll try and find the root cause.
Due to where I've configured my userapps I had to add
location ~ /userapps/(.*)$ {
alias /apps2/$1;
}