Hi,
I am creating new module under my existing coldbox application. I used commandbox to create new module and it created all necessary files in modules_app folder.
LPI(coldbox app)
config
handlers
…
modules_app
HomeDraw(new module i added)
config
handlers
layouts
models
views
ModuelConfig.cfc
…
Then i followed below url for setting up newly created module.
https://coldbox.ortusbooks.com/hmvc/modules
I properly added module route in config/Routes.cfm
addModuleRoutes(pattern="/HomeDraw", module=“HomeDraw”);
I also updated my new moduleconfig file according to above document.
Now when i try to access new module, it throws this below error.