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

Installed docker, but the page is not loading #36

Open
auliabismar opened this issue May 7, 2020 · 4 comments
Open

Installed docker, but the page is not loading #36

auliabismar opened this issue May 7, 2020 · 4 comments

Comments

@auliabismar
Copy link

image

@abidarbrahim
Copy link

Make sure you have set your custom base url in app/config/parameters.yml
cocorico.assets_base_urls

@pathboot
Copy link

hello, i have the same problem after installing cocorico on a docker
please have you fix it ? or any one have an idea ?
thanks

@sunnag7
Copy link

sunnag7 commented Jan 21, 2021

@abidarbrahim How do we edit the file from docker image after installation.

@e1th0r
Copy link

e1th0r commented Feb 23, 2021

Fixing lost CSS using docker:

Basically, this issue is because you're using a domain name and cocorico installation into docker is using name localhost. So, for fixing we need:

  • Accesing docker instance

docker exec -it --user cocorico cocorico sh
vi /cocorico/app/config/parameter.yml

Locate line 17 (cocorico.assets_base_urls) and change according your FQDN or URL, save and exit

Ready, now your cocorico instance will be working ok.

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

5 participants