-
-
Notifications
You must be signed in to change notification settings - Fork 127
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
[BUG] Error: This app cannot be enabled because it makes the server unstable #425
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
It's an upstream issue tracked there |
Hi, relevant PR upstream that should fix it : nextcloud/server#44939 |
Actually according to nextcloud/server#44685 the solution is on the configuration of nginx, so the correction should be made here (haven't found out yet how) |
Actually, solution is simply to disable
|
Do I need to do anything other than commenting this out? I have done it and restarted the docker. Still the same for me but now it is asking for the password before giving the same error. |
you need to change it in fastcgi_param front_controller_active |
thank you, it should have been obvious. However the issue is still present to me even after setting it to false and restarting the docker. edit: what worked for me is I went to the mysql database in adminer and changed the value in the oc_appconfig table from |
how to ? |
@yzx1208 adminer is a tool with which you can fairly easily navigate through databases you connect to the database where you have you nextcloud tables and then open up the table list look for oc_appconfig and then navigate through the entries. be careful! if you don't know what you are doing better don't! |
I found this worked for me. Just edit default.conf, not the .sample file |
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions. |
PR is opened and waiting |
Some of those "This app cannot be enabled..." cases should be fixed by nextcloud/server#45765 which was released with 29.0.3. |
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions. |
Same error happens on fresh install of latest linuxserver nextcloud 30 docker compose container. Unable to enable any app through the web browser. Was able to enable it with the occ command. |
This is right! Only occ... Apps has installed and work, but still marked in GUI as not installed. |
This issue is locked due to inactivity |
Is there an existing issue for this?
Current Behavior
Cannot enable Talk app on Nextcloud
Expected Behavior
Talk should enable
Steps To Reproduce
Click on Apps
Scroll/Find "Talk"
Click Download and Enable
Environment
CPU architecture
x86-64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: