In 2.6 branch, a fresh installation of OroCRM shows app_dev.php error message
@anyt @mbessolov
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?
@anyt I could help testing here locally in my machine, if necessary 👍
@anyt Just for notice: This issue still happens with the current latest 2.x OroCRM version (2.6.30), even with the latest commits from this repo. let me know If I could help 🤝
Thanks @pedrofurtado ,
I know that, but we don't have the quick fix for now and the issue is not the high priority one.
Docker is not so popular among our team and the community as we expected so we'll not assign any resources to it soon, as I know.
Fill free to contribute if you'll find the proper fix here.
Best regards.
Already fixed.
@anyt Could you provide a link to the commit that fixes this issue? Just for reference :+1: Thank you!
My mistake, it was fixed by modifying the IP check in an application repository that I used. It’s not a part of this repo. Reopen