mrmarkuz
(Markus Neuberger)
February 18, 2021, 8:57am
11
No, I didn’t checkout the tlc_wip branch.
Tests will follow…
EDIT:
When using the correct branch it’s working like a charm.
Just for info: I needed to browse to collabora.server-domain first and allow the self signed cert in Firefox else Collabora shows an error where it’s not possible to allow the cert.
Same here with Firefox and Chrome.
There’s an open issue:
opened 09:31PM - 03 Feb 21 UTC
closed 09:43AM - 17 Mar 21 UTC
When I press on *New Document* in the files view of nextcloud, only a new filena… me with empty icon appears in the list and lool is not started. When I reload the page, a standard icon is displayed for the file, and when I click on it lool starts.
**Expected behavior**
lool shall start when I create a new document.
**Screenshots**
![image](https://user-images.githubusercontent.com/21321805/106811245-58f7c280-666e-11eb-812f-1b1e67110974.png)
**Client details:**
- OS: Manjaro
- Browser firefox 85
- Device: desktop
## Server details
**Operating system**: debian 10
**Web server:** nginx
**Database:** mariadb
**PHP version:** 7.3
**Nextcloud version:** 20.0.7.1
**Version of the richdocuments app** 3.7.14
**Version of Collabora Online** 6.4.10.20-20
<details>
<summary>Logs</summary>
#### Browser log
a) The javascript console log
```
Uncaught TypeError: n.$file is undefined
onEdit files.js:75
openWithTemplate files.js:268
_createDocumentFromTemplate NewFileMenu.js:107
jQuery 7
_createDocumentFromTemplate NewFileMenu.js:99
_openTemplatePicker NewFileMenu.js:129
jQuery 7
_openTemplatePicker NewFileMenu.js:123
actionHandler NewFileMenu.js:41
_promptFileName merged-index.js:11208
jQuery 9
_promptFileName merged-index.js:11185
jQuery 10
_promptFileName merged-index.js:11182
_onClickAction merged-index.js:11118
jQuery 2
files.js:75:48
onEdit files.js:75
openWithTemplate files.js:268
_createDocumentFromTemplate NewFileMenu.js:107
jQuery 7
_createDocumentFromTemplate NewFileMenu.js:99
_openTemplatePicker NewFileMenu.js:129
jQuery 7
_openTemplatePicker NewFileMenu.js:123
actionHandler NewFileMenu.js:41
_promptFileName merged-index.js:11208
jQuery 9
_promptFileName merged-index.js:11185
jQuery 10
_promptFileName merged-index.js:11182
_onClickAction merged-index.js:11118
_onClickAction self-hosted:1176
jQuery 2
```
```
GEThttps://cld.freedomhost.de/index.php/core/preview.png?file=%2F%2Ftest_document3.odt&c=5ccf4f122742ae5ff3c2add958d3e38f&x=250&y=250&forceIcon=0
[HTTP/1.1 404 Not Found 1246ms]
GET
https://cld.freedomhost.de/index.php/core/preview.png?file=//test_document3.odt&c=5ccf4f122742ae5ff3c2add958d3e38f&x=250&y=250&forceIcon=0
Status404
Not Found
VersionHTTP/1.1
Transferred695 B (2 B size)
Referrer Policyno-referrer
Cache-Control
no-cache, no-store, must-revalidate
Connection
keep-alive
Content-Length
2
Content-Security-Policy
default-src 'none';base-uri 'none';manifest-src 'self';frame-ancestors 'none'
Content-Type
application/json; charset=utf-8
Date
Wed, 03 Feb 2021 21:29:16 GMT
Expires
Thu, 19 Nov 1981 08:52:00 GMT
Feature-Policy
autoplay 'none';camera 'none';fullscreen 'none';geolocation 'none';microphone 'none';payment 'none'
Pragma
no-cache
Referrer-Policy
no-referrer
Server
nginx/1.14.2
X-Download-Options
noopen
X-Frame-Options
SAMEORIGIN
X-Permitted-Cross-Domain-Policies
none
X-Robots-Tag
none
X-Robots-Tag
none
X-XSS-Protection
1; mode=block
Accept
image/webp,*/*
Accept-Encoding
gzip, deflate, br
Accept-Language
en-US,en;q=0.5
Connection
keep-alive
Cookie
---redacted---
Host
cld.freedomhost.de
User-Agent
Mozilla/5.0 (X11; Linux x86_64; rv:85.0) Gecko/20100101 Firefox/85.0
```
</details>