David Edler
David Edler
Sorry, I didn't have time to look into this yet. Will unassign for now.
Is there a proxy or NAT between your browser and the LXD server? LXD should not have a timeout to close the connection by itself. Depending on the deployment, a...
I assume the timeouts to be the cause. Please increase them to something like below: ``` timeout client 24h timeout server 24h ``` Also worth setting tcp keep alive: ```...
> [@edlerd](https://github.com/edlerd) the `lxc` CLI uses websocket keepalives pings, is this something that the UI does btw? I looked into this, browsers don't allow sending raw ping messages on websockets...
> [@edlerd](https://github.com/edlerd) also we dont need the UI to send raw ping/pong messages, we just need to indicate to the browser to keep the connection alive by periodically sending then,...
> I think it might already do this in some situations. Is it just console that is affected by this? I have seen this happen on instance graphic and text...
Hello and thank you for reaching out. The instance manager permission is not enough to use the UI with a restricted user. Please grant "project viewer", to see the project...
> I'm not sure if I should add this in the same thread or create another one, but basically, if I only assign a cluster group to a project and...
> I'm not sure if I should add this in the same thread or create another one, but basically, if I only assign a cluster group to a project and...
Closing as everything in here is resolved.