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

Unable to load UI #217

Closed
hibare opened this issue Nov 16, 2020 · 10 comments
Closed

Unable to load UI #217

hibare opened this issue Nov 16, 2020 · 10 comments

Comments

@hibare
Copy link

hibare commented Nov 16, 2020

docker run -d -p 8000:8000 -v /var/run/docker.sock:/var/run/docker.sock -v yacht:/config selfhostedpro/yacht

Above commands gives empty page.

Looking at browser console, found some errors.

Screenshot from 2020-11-16 20-16-37

@hibare
Copy link
Author

hibare commented Nov 16, 2020

Some more details.

Image: latest
OS: Ubuntu 64bit

@SelfhostedPro
Copy link
Owner

Hmm, none of those errors should be preventing it from loading. What browser are you using? Are there any logs for Yacht?

@hibare
Copy link
Author

hibare commented Nov 17, 2020

Browser: firefox

No logs from yatch in console

@SelfhostedPro
Copy link
Owner

Well, I can verify that it's working in Firefox alright as that's what I develop on. Can you paste the output of the following?

docker ps
docker logs <yacht container id>

Replace <yacht container id> with the id of the yacht container.

How have you installed docker?

@hibare
Copy link
Author

hibare commented Nov 17, 2020

Actually, I did not see anything in logs expect startup logs.

Docker installation through standard apt installation process

@hibare
Copy link
Author

hibare commented Nov 17, 2020

I'll give it a try once again some time tomorrow

@SelfhostedPro
Copy link
Owner

Try doing the official docker install from their repo. That's usually the best way. If you can send the startup logs that may provide some insight into the issue. Are you using a reverse proxy or anything?

@hibare
Copy link
Author

hibare commented Nov 17, 2020

No, nothing special. I was following steps listed on GitHub repo

@hibare
Copy link
Author

hibare commented Nov 17, 2020

I was trying to test the new version before using that one on my actual server

@hibare
Copy link
Author

hibare commented Dec 7, 2020

Latest image works

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

2 participants