This repository was archived by the owner on Nov 5, 2020. It is now read-only.
This repository was archived by the owner on Nov 5, 2020. It is now read-only.
Open
Description
When I create the Docker environment (branch 2.6) for a OroCRM application v2.6.17, I access the root page of system (http://localhost:[external-port-of-container-oro_webserver_1]) by first time and appears the following message:
You are not allowed to access this file. Check app_dev.php for more information.
In order to work, I need to comment these lines on [my-orocrm-application]/web/app_dev.php
: https://github.com/oroinc/crm-application/blob/54fabca05809c241acef93e5e9f1116511eb207c/web/app_dev.php#L20-L21
Is that a bug? Or I missing to configure something?