You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Presumably the Collabora built in CODE server works when provided the recommended nginx config from nextcloud but it does not seem to work for me when modifying the nginx config as above.
Looking at nextcloud/nextcloud.log, I see the following error ( formatted for readability )
I assume nginx is not parsing and modofying the url nextcloud is trying to reach collabora built in code server on: https://nextcloud.domain.com/wapps/richdocumentscode/proxy.php?req=/hosting/capabilities.
Is there any advice on how I can make this work? Is nextcloud/collabora doing the right thing here? Because the rest of the functionality ( and other apps ) in nextcloud seem to work fine.
The text was updated successfully, but these errors were encountered:
Arch Linux doesn't have that rewrite line in their example config (though I'm unclear why). Maybe they had a good reason. Either way, it's not something supported officially by Nextcloud and this is a forum for reporting bugs not general troubleshooting assistance.
As this is a configuration issue, I'd suggest posting this at the Nextcloud Help Forum or maybe - better yet - the Arch Linux one because that is an configuration that seems to be coming up because of what they're suggesting on their Wiki.
General troubleshooting hints:
You should be able to access https://nextcloud.domain.com/wapps/richdocumentscode/proxy.php?req=/hosting/capabilities from your web browser.
The entire nginx config matters so if you've customized anything else versus the NGINX one in the NC Admin Manual you could be hitting some other rule
Check your nginx logs for determining the cause of the 403 error (well and to confirm with certainty it's getting that far)
I assume that wapps (with the w) is some sort of custom app path you've configured in NC?
I am running nextcloud using uwsgi as recommended in the Arch Linux article. This means I have a slightly modified nginx configuration file like so:
Presumably the Collabora built in CODE server works when provided the recommended nginx config from nextcloud but it does not seem to work for me when modifying the nginx config as above.
Looking at
nextcloud/nextcloud.log
, I see the following error ( formatted for readability )I assume nginx is not parsing and modofying the url nextcloud is trying to reach collabora built in code server on:
https://nextcloud.domain.com/wapps/richdocumentscode/proxy.php?req=/hosting/capabilities
.Is there any advice on how I can make this work? Is nextcloud/collabora doing the right thing here? Because the rest of the functionality ( and other apps ) in nextcloud seem to work fine.
The text was updated successfully, but these errors were encountered: