Hi All, I was testing out Guac v1.4.0 with my users and they mentioned issues when trying to launch a new connection from the home screen into a new browser tab (right click -> open in new tab). In the new tab, the user only gets a blank black screen.
>From my experience it works in v1.3.0 but does not work on v1.4.0, v1.5.0, or >the dev image. I tested it out in Firefox and Google Chrome had similar >results. From the browser developer tools, it looks like the Guacamole client >is making repeated HEAD requests of /guacamole/api/session every 15 seconds. >There are no websocket requests in the new tab and the Fetch/XHR requests are: 1. /guacamole/api/languages 2. /guacamole/api/patches 3. /guacamole/api/tokens 4. /guacamole/translations/en.json 5. /guacamole/api/session/data/mysql/connections/1 6. /guacamole/api/session/data/mysql/connectionGroups/ROOT/tree 7. /guacamole/api/session/data/mysql-shared/connectionGroups/ROOT/tree 8. /guacamole/api/session/data/mysql/self/effectivePermissions 9. /guacamole/api/session/data/mysql-shared/self/effectivePermissions 10. (delay 15 seconds) /guacamole/api/session 11. (delay another 15 seconds) /guacamole/api/session… My environment is docker based with a traefik reverse proxy in front of it using SSO and a mysql database store. For the tests, I used the base docker images of Guacamole from dockerhub. Any chance you’ve seen this behavior? Thanks, Chris
