Skip to content
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

Error 500 and log missing #309

Closed
Suzukaze-Aoba opened this issue May 20, 2020 · 4 comments
Closed

Error 500 and log missing #309

Suzukaze-Aoba opened this issue May 20, 2020 · 4 comments

Comments

@Suzukaze-Aoba
Copy link

I can't open teminal of a existing container(created outside UI) or a new container(created inside UI)
LXD download by apt
Python3
and nothing in lxdui/logs, i am confused

@Suzukaze-Aoba
Copy link
Author

from pre issue,i see lxc set container image.os ubuntu .....
I tred that one,but there is no such key/value like image.os or image.release,also can't find them in https://linuxcontainers.org/lxd/docs/master/instances

@ailegion
Copy link
Collaborator

@mineibrm can you check this

@quantumchaos451
Copy link

Not sure if this helps re the opening a terminal but I was getting this when proxying through nginx. I need to add the headers:

proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";

to get it to work.

@ailegion
Copy link
Collaborator

@quantumchaos451 glad you solved it. This issue more related to NGINX config to work with WS rather than LXDUI. After taking second look we made the decision that Terminal part of LXDUI requires rewrite based on new features provided by LXD.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants