-
Notifications
You must be signed in to change notification settings - Fork 119
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
collabora online "does not work" #209
Comments
What does the browser console show? |
something that looks like a connection issue: |
ok so google suggests that wss:// uses port 443 unless there is a port in the url, so i tried the same url with https:// and that got me 404. But: i can access the admin pages of my collabora container from the outside just fine, on the same hostname as in this url... |
anyone got any ideas? |
facepalm my vhost had one line in its configuration missing. I did copy&paste from the collabora website so back then that vhost config example must have been wrong too, but now it's correct.
now it works as expected. |
fixes nextcloud#209 Signed-off-by: Marcel Klehr <[email protected]>
fixes nextcloud#209 Signed-off-by: Marcel Klehr <[email protected]>
Steps to reproduce
Expected behaviour
I expect to be able to access documents stored inside my cloud in something similar to google docs or the likes
Actual behaviour
I get a view that looks like word or excel but with all functions disabled and the content of the document not showing, i.e. the "About.odt" file that exists inside every new nextcoud account looks like this:
https://gyazo.com/64fb54a8eb163484ca548333262d80c4
Server configuration detail
Operating system: Linux 4.4.132-53-default #1 SMP Wed May 23 06:57:07 UTC 2018 (036cd2f) x86_64
Webserver: Apache (apache2handler)
Database: mysql 10.0.34
PHP version: 7.0.7
Modules loaded: Core, date, libxml, pcre, filter, hash, Reflection, SPL, session, SimpleXML, standard, xml, mysqlnd, apache2handler, apcu, ctype, curl, dom, fileinfo, gd, iconv, imagick, imap, json, mbstring, mysqli, openssl, pcntl, PDO, pdo_mysql, pdo_sqlite, posix, redis, sqlite3, tokenizer, xmlreader, xmlwriter, zip, zlib, Zend OPcache
Nextcloud version: 13.0.2 - 13.0.2.1
Updated from an older Nextcloud/ownCloud or fresh install:
Where did you install Nextcloud from: opensuse build service repository provided rpm packages
Signing status
Array
List of activated apps
Configuration (config/config.php)
Are you using external storage, if yes which one: NO
Are you using encryption: no
Are you using an external user-backend, if yes which one: NO
Client configuration
Browser: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0
Operating system:
Logs
Browser log
nothing stands out in the apache logs
Nextcloud log
nothing stands out in the nextcloud logs
Browser log
nothing special in the browser logs either
collabora online container log
In the logs of the docker container that runs my collabora online server instance I see a lot of "File not found" errors:wsd-00026-00036 10:36:32.795347 [ websrv_poll ] ERR FileServerRequestHandler: File not found: Invalid URI request: [/loleaflet/dist/bootstrap/js/bootstrap.min.js].| wsd/FileServer.cpp:424
wsd-00026-00036 10:36:32.805833 [ websrv_poll ] ERR FileServerRequestHandler: File not found: Invalid URI request: [/loleaflet/dist/bootstrap/assets/js/vendor/holder.min.js].| wsd/FileServer.cpp:424
wsd-00026-00036 10:36:32.837532 [ websrv_poll ] ERR FileServerRequestHandler: File not found: Invalid URI request: [/loleaflet/dist/bootstrap/assets/js/ie10-viewport-bug-workaround.js].| wsd/FileServer.cpp:424
wsd-00026-00036 10:36:33.493324 [ websrv_poll ] ERR FileServerRequestHandler: File not found: Invalid URI request: [/loleaflet/dist/bootstrap/js/bootstrap.min.js].| wsd/FileServer.cpp:424
wsd-00026-00036 10:36:33.551397 [ websrv_poll ] ERR FileServerRequestHandler: File not found: Invalid URI request: [/loleaflet/dist/bootstrap/assets/js/vendor/holder.min.js].| wsd/FileServer.cpp:424
wsd-00026-00036 10:36:33.614770 [ websrv_poll ] ERR FileServerRequestHandler: File not found: Invalid URI request: [/loleaflet/dist/bootstrap/assets/js/ie10-viewport-bug-workaround.js].| wsd/FileServer.cpp:424
wsd-00026-00036 10:38:00.130419 [ websrv_poll ] WRN WOPI host did not pass optional access_token_ttl| wsd/FileServer.cpp:583
This is from trying to open one file as a document...
The text was updated successfully, but these errors were encountered: