Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Browser access very slow on 20.0.3 #1326

Closed
danvilar opened this issue Dec 14, 2020 · 5 comments
Closed

Browser access very slow on 20.0.3 #1326

danvilar opened this issue Dec 14, 2020 · 5 comments

Comments

@danvilar
Copy link

Hi everyone. I updated today my nextcloud instance to 20.0.3, but using it in the browser now is close to impossible. It takes 30+ seconds to load the each page. I can't find anything significant in the docker logs, where should I dig for more information? Is it happening to someone else? Thanks in advance.

@danvilar
Copy link
Author

danvilar commented Dec 14, 2020

Adding information:

When I start the docker container, the first 15 seconds works as expected, after that starts hanging for about 30-40 seconds before switching to another page.

EDIT:
I managed to capture 2 lines that caught my attention in the logs, if someone could explain their meaning to me:
Error: loolforkit incorrect user-name: www-data - aborting
WARNING: could not create symlink

EDIT2:
Okay, I pinpointed that the issue is with the built-in CODE. I believe that the log lines related to this are:

sh: 1: disown: not found
172.24.0.1 - - [14/Dec/2020:22:38:04 +0000] "GET /custom_apps/richdocumentscode/proxy.php?req=/hosting/capabilities HTTP/1.1" 200 572 "-" "Nextcloud Server Crawler"
dlopen(): error loading libfuse.so.2

AppImages require FUSE to run.
You might still be able to extract the contents of this AppImage
if you run it with the --appimage-extract option.
See https://github.com/AppImage/AppImageKit/wiki/FUSE
for more information

@er-vin
Copy link
Member

er-vin commented Dec 15, 2020

I can confirm. Removed the app and now the server works properly again.

@j-eissler
Copy link

j-eissler commented Dec 15, 2020

I can confirm this aswell. Disabling the CODE app by executing

docker exec -u www-data CONTAINERNAME php occ app:disable richdocumentscode

fixed it.

@danvilar
Copy link
Author

I disabled it for now, but I really wanted to use the built-in CODE server

@kesselb
Copy link
Contributor

kesselb commented Dec 15, 2020

Closing in favor of nextcloud/richdocuments#1282

@kesselb kesselb closed this as completed Dec 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants