-
Notifications
You must be signed in to change notification settings - Fork 120
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
blank document and incomplete interface #114
Comments
I think that I have the same problem: I checked the Nextcloud log and everything goes fine and the proxy (Nginx) shows an error 400 in the following request:
Maybe the browser log can tell us something.
When I try to open a file:
The attribute compat is missing the value, I do not know if it could be the reason of the code 400 ? Regards! |
This is the image of the last log, which shows me that the error is in the construction of the "socket" object. Is it possible that the route is forming badly as I say in the previous message? Does anyone know what the route should be like? I can not find the loolwsd code repository or its documentation to understand how the route should be created. Can someone help us with this? Thanks |
@gcala Have you been able to solve the problem? have you the same problem as me in the browser ? I'm desperate to solve this. regards |
@jonabasque unfortunately it is still not working... |
If anyone's encountering no or incomplete UI, check the browser console logs. @jonabasque's logs are telling me there's a problem setting up the websocket connection between the browsers and Collabora Online server. This seems to be an issue with the setup, and not with the software itself. |
I think that this is a apache configuration problem... Is there some configuration for CrossSite Scripting o urls? Not solved here following all the official installation guides... |
Hi,
I configured nextcloud/richdocuments/collabora docker image but when opening a document I got a blank body and collabora gui is not complete, lacking a menubar and items in comboboxes:
nextcloud and docker logs show no interesting output.
Do you have any idea about the problem?
This is my nextcloud.conf:
this is the command for docker image
General server configuration
Operating system: Linux vps315875.ovh.net 4.12.4-1-ARCH #1 SMP PREEMPT Fri Jul 28 18:54:18 UTC 2017 x86_64
Web server: Apache/2.4.27 (Unix) OpenSSL/1.1.0f PHP/7.1.8 mod_wsgi/4.5.17 Python/3.6 (apache2handler)
Database: mysql 10.1.25
PHP version: 7.1.8
PHP-modules loaded
Nextcloud configuration
Nextcloud version: 12.0.1 - 12.0.1.5
Updated from an older Nextcloud/ownCloud or fresh install: Updated from an older Nextcloud
Where did you install Nextcloud from: archlinux repository
Are you using external storage, if yes which one: Array
(
[0] => \OC\Files\Storage\Local
[1] => \OC\Files\Storage\DAV
[2] => \OCA\Files_External\Lib\Storage\OwnCloud
[3] => \OCA\Files_External\Lib\Storage\SFTP
[4] => \OCA\Files_External\Lib\Storage\AmazonS3
[5] => \OCA\Files_External\Lib\Storage\Dropbox
[6] => \OCA\Files_External\Lib\Storage\Google
[7] => \OCA\Files_External\Lib\Storage\Swift
[8] => \OCA\Files_External\Lib\Storage\SFTP
)
Are you using encryption: no
Are you using an external user-backend, if yes which one: YOUR ANSWER HERE (LDAP/ActiveDirectory/Webdav/...)
Signing status
Enabled apps
Disabled apps
Content of config/config.php
Client configuration
Browser: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36
Operating system: YOUR ANSWER HERE
Logs
Web server error log
Nextcloud log (data/nextcloud.log)
Browser log
The text was updated successfully, but these errors were encountered: