Wordpress stuck at starting
-
Hi! i just added an alias to my wordpress app for www. version of my domain and when it restarted it got stuck on "starting" i checked the logs and i saw its getting healthcheck error.
I put the app in recovery mode and started the app via terminal and I saw the problem was that SSo plugin was deactivated, I activated it via command and restarted the app via button on the repair tab but it still said not responding.I put the app in recovery mode again and started via command. and then restarted and now seems to work agian.
But how can I disable the sso plugins without running to these issues again?
on the user directory tab i don't see any option to let the app configure it or sth. -
Hi! i just added an alias to my wordpress app for www. version of my domain and when it restarted it got stuck on "starting" i checked the logs and i saw its getting healthcheck error.
I put the app in recovery mode and started the app via terminal and I saw the problem was that SSo plugin was deactivated, I activated it via command and restarted the app via button on the repair tab but it still said not responding.I put the app in recovery mode again and started via command. and then restarted and now seems to work agian.
But how can I disable the sso plugins without running to these issues again?
on the user directory tab i don't see any option to let the app configure it or sth.@Miroo said in Wordpress stuck at starting:
But how can I disable the sso plugins without running to these issues again?
The sso mode is set/unset at installation time. This cannot be changed later.
What you can do is something like this:
- Take back up of app . Download the backup configuration
- Install an empty WP instance. When installing, choose "Leave user management to the app"
- Then, App -> Backups -> Import . Use config from step 1.
If things work out, you can delete the original app and move this new instance into www .
-
-