Problem/Motivation
In the redis info file, we have configure: redis.admin_display, but this route is not found.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork redis-3352651
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
_pratik_The issue here is , route needs to be defined in routing.yml file.
Something like this.
Comment #4
grimreaperComment #6
grimreaperIt was the .info.yml having a non-existing route in its configure key.
Don't know why I only see a error on one of my project now, as it as not been changed for many years.
Comment #9
berdirDefinitely shouldn't be an invalid route. Not sure if we should have that at all, there isn't really anything to configure there, but doesn't hurt I guess.