Closed jankeromnes closed 9 years ago
It looks fixed. @jankeromnes could you update your home and try again?
@frankrousseau It doesn't look fixed for me.
The way I test it, on Ubuntu 14.04, with Docker 1.2.0 and latest Firefox Developer Edition:
# Install Cozy using Docker
git clone https://github.com/cozy-labs/cozy-docker
cd cozy-docker
sudo docker build . -t cozy
sudo docker run -d -p 80:80 -p 443:443 cozy
Then, I open https://localhost
in my latest Firefox Developer Edition, and:
bla@bla.bla
and password blabla
.Choose your apps
, and scroll to the bottom.Install your own application
, try to type in "https://github.com/bnjbvr/kresus"
.The bug always happens. I don't think it's related to Docker, but I gave you all the info just in case.
Actually, when I go through the setup wizard and install all the apps, the problem goes away. Maybe it only happens when the wizard wasn't completed / there aren't any apps?
Hi @jankeromnes,
it was related to the wizard but was fixed in the last home release (see 6498f20). Maybe the home version embeded in the docker image isn't up-to-date (poke @Kloadut)?
I'm not able to try to reproduce, because when I build and run cozy-docker
, I'm now unable to access the web app (connecting to https://localhost
yields ERR_CONNECTION_CLOSED
).
All good now! It seems Cozy just took a very long time to initialize itself. I tried and couldn't reproduce this bug anymore. Thanks!
Steps to reproduce:
Cozy Home
app.Choose your apps
.https://github.com/bnjbvr/kresus
intoInstall your own applications
at the bottom.Expected:
Actual:
Cozy Home
goes back to theAccess to your apps
screen.