Uninstall nextant

Nextant didn’t give me much benefits and it’s not compatible with nextcloud yet 13, so I decided to uninstall it. Disabled and uninstalled it via the Admin UI, so the plugin should be uninstalled. (it also disappeared from custom_apps folder)

I’m using the official nextcloud docker image.

Now when I stop solr and restart nextcloud (without solr), I get a 502 from my reverse proxy.
Unfortunately there is no error message in nextcloud.log as well as in docker logs.

nginx log says “Connection refused” though.

As soon as I start solr together with nextcloud, everything works fine.

So I assume there is still some dependency to solr that wasn’t removed upon uninstallation. Any ideas how to get rid of solr now?

You should open a ticket here

In my case it’s running pretty well with NC 13.

Did you remove

  ProxyPass        /solr/ http://localhost:8983/solr/
  ProxyPassReverse /solr/ http://localhost:8983/solr/

of the Apache conf?