November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
hi Pa Nije,
1- Please check if the module was loaded, you can see it in dev tools
2- The ModuleInitializer should be included in module.config. Something like this
<clientModule initializer="pathToYourModuleInitializationFile/ModuleInitializer"> <moduleDependencies> <add dependency="CMS" type="RunAfter" /> </moduleDependencies> </clientModule>
I have created a module with a rest store but the url returns a 404. I have the follwing:
My module is called demo but when I hit localhost/modules/Demo/Stores/teststore I am getting a 404 error.
Any help would be appreciated.
Thanks