You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every console command causes 404 errors being logged in watchdog
In Drupal class there is a boot method where Request object is created
($request = Request::create($uri, 'GET', [], [], [], ['SCRIPT_NAME' => '/index.php']);).
Passing index.php as part of the uri string causes ResourceNotFoundException to be thrown in RouterListener service with message No route found for GET /index.php"
How can i solve this issue?
Drupal version: 8.2.
Console version: 1.0.0 rc-16
The text was updated successfully, but these errors were encountered:
jmolivas
added a commit
to jmolivas/drupal-console
that referenced
this issue
Apr 12, 2017
[console] Drupal\Console\Bootstrap\Drupal::boot method causes 404 errors
Every console command causes 404 errors being logged in watchdog
In Drupal class there is a boot method where Request object is created
($request = Request::create($uri, 'GET', [], [], [], ['SCRIPT_NAME' => '/index.php']);).
Passing index.php as part of the uri string causes ResourceNotFoundException to be thrown in RouterListener service with message No route found for GET /index.php"
How can i solve this issue?
The text was updated successfully, but these errors were encountered: