-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
occ app:install works on and off #11070
Comments
GitMate.io thinks possibly related issues are #7563 ([occ] Hide "not installed" info on "occ maintenance:install"), #1947 (Add app installation and update capabilities to occ), #6581 (Theming app (still) not working in NC 12.0.3), #9853 (No route to host when trying to install an app), and #1599 (Install app via command line - occ app:install). |
There is a known DNS issue in Ubuntu 18.04 LTS, see https://medium.com/@ahmadb/fixing-dns-issues-in-ubuntu-18-04-lts-bd4f9ca56620. After modifying DNS entries in /etc/systemd/resolved.conf I was able to execute NC script with lesser issues regarding resolving external server names. Modifications in /etc/systemd/resolved.conf: DNS=8.8.8.8 2001:4860:4860::8888 nxtester |
Possible fix for nextcloud/server#11070 (comment)
To be fair the app server was not always reliable. We improved the config, that should hopefully help. Definitely I bet on 1 &| 2. |
The app server got more stable, haven't seen this for a while. Closing. |
FWIW, I have been hitting this issue for the last 15 minutes via |
Same for me here. NC 21.0.1 running inside the official Docker image. |
I've got several reports the about failing app installations since I implemented
occ app:install
in the VM. I've also noticed it myself that apps often fail to install right after installing Nextcloud.Lately I've also got reports that OnlyOffice works if you enable from gui, but not with theHence this report.occ
commands (install and enable).I can't really give you any steps to reproduce since it happens randomly. My own theory is that it's due to one of three things:
occ app:install
is buggyCould you please give me any guidance on different scenarios to test so that I can give you more accurate steps to reproduce?
ccing @MorrisJobke on this (as I do for everything else ;) )
The text was updated successfully, but these errors were encountered: