Nextcloud Office - buildIn code is not working #5963
-
Beta Was this translation helpful? Give feedback.
Replies: 8 comments 5 replies
-
Hi, please set the toggle back to |
Beta Was this translation helpful? Give feedback.
-
@szaimen did that no use, before raising this bug I did followed #1358, but still no luck |
Beta Was this translation helpful? Give feedback.
-
Sorry, I cannot reproduce this. Please follow the mentioned steps and post the mentioned output here. |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
@szaimen for toggling back to ![]()
for websockets at reverse proxy following in my reverse proxy:
akhil@akhil-minipc:~/nextCloud/all-in-one$ # Go into the container
sudo docker exec -it nextcloud-aio-nextcloud bash
[sudo] password for akhil:
Sorry, try again.
[sudo] password for akhil:
Warning: You have logged in into the Nextcloud container as root user.
See https://github.com/nextcloud/all-in-one#how-to-run-occ-commands if you want to run occ commands.
Apart from that, you can use 'sudo -u www-data -E php occ <your-command>' in order to run occ commands.
Of course <your-command> needs to be substituted with the command that you want to use.
1cc8657bcfd6:/var/www/html# curl -vvv https://nextcloud.akhilsurapuram.com:443/hosting/discovery
exit
14:07:16.621742 [0-x] == Info: [READ] client_reset, clear readers
14:07:16.630714 [0-0] == Info: Host nextcloud.akhilsurapuram.com:443 was resolved.
14:07:16.630924 [0-0] == Info: IPv6: 2605:ad80:10:b808:5e1d:d1dc:ff75:fedd
14:07:16.631136 [0-0] == Info: IPv4: (none)
14:07:16.631262 [0-0] == Info: [HTTPS-CONNECT] added
14:07:16.631374 [0-0] == Info: [HTTPS-CONNECT] connect, init
14:07:16.631459 [0-0] == Info: [HTTPS-CONNECT] connect, check h21
14:07:16.631567 [0-0] == Info: Trying [2605:ad80:10:b808:5e1d:d1dc:ff75:fedd]:443...
14:07:16.631690 [0-0] == Info: Immediate connect fail for 2605:ad80:10:b808:5e1d:d1dc:ff75:fedd: Network unreachable
14:07:16.631847 [0-0] == Info: Failed to connect to nextcloud.akhilsurapuram.com port 443 after 9 ms: Could not connect to server
14:07:16.632020 [0-0] == Info: [HTTPS-CONNECT] connect, all failed
14:07:16.632115 [0-0] == Info: [HTTPS-CONNECT] connect -> 7, done=0
14:07:16.632206 [0-0] == Info: [WRITE] cw-out done
14:07:16.632286 [0-0] == Info: closing connection #0
14:07:16.632357 [0-0] == Info: [HTTPS-CONNECT] close
14:07:16.632430 [0-0] == Info: [SETUP] close
14:07:16.632483 [0-0] == Info: [SETUP] destroy
14:07:16.632549 [0-0] == Info: [HTTPS-CONNECT] destroy
curl: (7) Failed to connect to nextcloud.akhilsurapuram.com port 443 after 9 ms: Could not connect to server
exit
akhil@akhil-minipc:~/nextCloud/all-in-one$
|
Beta Was this translation helpful? Give feedback.
-
This is the problem that you need to fix which needs to be fixed outside AIO. See for example https://github.com/nextcloud/all-in-one?tab=readme-ov-file#how-can-i-access-nextcloud-locally |
Beta Was this translation helpful? Give feedback.
-
Hey, I am running into what looks like the very same issue. My set-up (in a few words):
I've tried to install and enable the Collabora built-in CODE but I'm getting an error on the UI. In trying to dig into this, I'm wondering if the problem does not come from the
These errors we can see in the container logs are generated by the I went into that container to investigate further and I believe that the issue stems from the fact that the AppImage is in the correct location but cannot be run because the container is based on Alpine which uses the
Assuming my analysis is correct, could you base the If you have a suggestion that you'd like me to try out on my set-up, I'd be happy to. |
Beta Was this translation helpful? Give feedback.
Most likely you did not enable ipv6?
https://github.com/nextcloud/all-in-one/blob/main/docker-ipv6-support.md