I have Coldbox and a Coldbox app on my local machine, which I'm using for a Coldbox hands-on video course (CFcasts.com, "Coldbox from Zero to Hero Workshop). I just successfully installed the route-visualizer module for Coldbox via Commandbox:
install route-visualizer --savedev
And CommandBox says it was installed. Then I did a reinit:
coldbox reinit
And my server reinitted. Ortus documentation says I should now be able to go to 127.0.0.1:42518/route-visualizer and see something in my browser, but instead I'm getting an error message from Coldbox: "The event: route-visualizer is not a valid registered event." I've tried repeating the steps above, with the same results.