Hi,
I'm trying to start adding some custom content. I'm following the guide here: https://docs.espocrm.com/development...nd/controller/
I've just tried the first section, adding the controller json in custom/Espo/Custom/Resources/metadata/clientDefs/Account.json and the javascript in client/custom/src/controllers/account.js
However, when I try to browse to http://localhost/espocrm/#Account/hello I get a 404, even with a Shift-F5. (http://localhost/espocrm/#Account and the rest of the application is working fine)
Screenshot of my folder structure attached:
I'm trying to start adding some custom content. I'm following the guide here: https://docs.espocrm.com/development...nd/controller/
I've just tried the first section, adding the controller json in custom/Espo/Custom/Resources/metadata/clientDefs/Account.json and the javascript in client/custom/src/controllers/account.js
However, when I try to browse to http://localhost/espocrm/#Account/hello I get a 404, even with a Shift-F5. (http://localhost/espocrm/#Account and the rest of the application is working fine)
Screenshot of my folder structure attached:
Comment