Verify/fix asset loading when using CakePHP server
Closed this issue · 1 comments
lightster commented
It seems that updating the query page to use assetrinc might have broke asset loading when using the built-in CakePHP server. The issue is likely related to index.php
being a part of the REQUEST_URI
.
zacharymarshal commented
If you remove the Configure::write('App.baseUrl', env('SCRIPT_NAME'));
from your core.php it should fix the problem.