Calling Developers!
We are reenergizing our code contribution process! Learn More

Backoffice route is not configured error

Options
M.abdallah
M.abdallah Senior backend developer Posts: 12 🧑🏻‍🚀 - Cadet

After upgrade, I'm trying to access backoffice using this route

/security-gui/login

but it gives me the following error I checked the cache file and the route is there

also console router:debug:backoffices

listing the route

All routes work fine except this one any idea ?

Answers

  • M.abdallah
    M.abdallah Senior backend developer Posts: 12 🧑🏻‍🚀 - Cadet
    Options

    Spryker\Shared\Router\Resolver\ControllerResolver::getController

    search for _controller but it always it's null

    $controller = $request->attributes->get('_controller');