London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
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