November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
The store does not exist because the clientmoduleinitializer was not initialized correctly. Fixing the module.config did the trick!
Thanks Hai, funny thing is to come back to this thread after a year. I found myself in the same position as you so thank you for pointing out the module.config!
What I had to do was add this to it, to make Dojo look for the my initializer. It then started reporting 404's so that gave away where in my project my javascript should be located.
<clientModule initializer="alloy.CustomModuleInitializer">
</clientModule>
alloy.CustomModuleInitializer is my module initializer to connect my rest store to dojo.
Hi,
I'm implementing an Editor Descriptor witha Rest service and having an issue with client module initialize. I have a file ModuleInitializer in the CilentResources folder to register my store. However when I run, it shows me a very nice message "The store by name"xyz" does not exist. Does anyone has this issue, please help!
Thanks in advance!