We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
Make sure you have set your custom base url in app/config/parameters.yml cocorico.assets_base_urls
Sorry, something went wrong.
hello, i have the same problem after installing cocorico on a docker please have you fix it ? or any one have an idea ? thanks
@abidarbrahim How do we edit the file from docker image after installation.
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:
docker exec -it --user cocorico cocorico sh vi /cocorico/app/config/parameter.yml
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.
No branches or pull requests
The text was updated successfully, but these errors were encountered: