drudgede
drudgede
@maurerle just a little hint, according to the [official documentation](https://sdk.collaboraonline.com/docs/installation/Proxy_settings.html#reverse-proxy-with-nginx-webserver), the matching location for download, presentation and image upload is now `^/(c|l)ool`, so the correct block in the nginx config...
@grickard What happens if you are running `a2enmod proxy proxy_http proxy_connect proxy_wstunnel` (being root or using `sudo` is required) and afterwards using this Apache2 config (inserted into the corresponding ``...
Are there any logs of the Collabora service? With docker, you can read them with `docker logs containerName`, e.g. `docker logs collabora` (the actual container name is shown when running...
I just had a look at the XHR replies when I open the modal. For the 4th room, in the XHR reply is `{ }` so it's empty. I guess...
I tried to find out what may be the cause of my problem and found out that I get the same (un)marshaling error message when I try to run the...
@fancycode I built the signaling server using `make build`. There are a couple of `_easyjson.go` files in the signaling directory: ``` find /etc/signaling/ -name "*easyjson*" /etc/signaling/api_async_easyjson.go /etc/signaling/api_backend_easyjson.go /etc/signaling/api_proxy_easyjson.go /etc/signaling/api_grpc_easyjson.go /etc/signaling/api_signaling_easyjson.go...
Hey @mkrajacic, I was not able to fix it yet.
At least I found a workaround for now. Login to the Keycloak Admin Panel -> Head to the greenlight realm -> In the left sidebar, click "Authentication", select the "browser"...
In greenlight 3.0.4, I can reproduce the error as well. About 98% of the rooms were migrated from Greenlight v2. When I click on sort by "name" and the arrow's...
By the way, if I don't sort at all, I expect greenlight to sort rooms by date of the last session. This works in general, too, however, I sometime have...