Hi everyone,
I have some difficulties to follow tutorials from : http://developer.yahoo.com/cocktails/mojito/docs/getting_started/mojito_getting_started_tutorial.html#modify-the-sample-mojit
Indeed everything works fine for application creation and mojito command line tool but when I get to
http://localhost:8666/ I have "Cannot GET /". Morever, when I try http://localhost:8666/@HelloMojit/index => Error 500 with
Error 500: Cannot read property 'contexts' of undefinedTypeError: Cannot read property 'contexts' of undefined at Object.getMojitTypeDetails (/usr/local/lib/node_modules/mojito/lib/store.server.js:1052:53) at gotBase (/usr/local/lib/node_modules/mojito/lib/store.server.js:557:22) at Object.expandInstanceForEnv (/usr/local/lib/node_modules/mojito/lib/store.server.js:597:13) at Object.getType (/usr/local/lib/node_modules/mojito/lib/store.server.js:403:14) at Object.func (/usr/local/lib/node_modules/mojito/lib/app/autoload/resource-store-adapter.common.js:154:25) at /usr/local/lib/node_modules/mojito/lib/app/autoload/resource-store-adapter.common.js:86:24 at Object.getApp (/usr/local/lib/node_modules/mojito/lib/app/autoload/resource-store-adapter.common.js:124:13) at Object.expandInstanceForEnv (/usr/local/lib/node_modules/mojito/lib/app/autoload/resource-store-adapter.common.js:83:16) at Object.expandInstance (/usr/local/lib/node_modules/mojito/lib/app/autoload/resource-store-adapter.common.js:53:25) at Object.dispatch (/usr/local/lib/node_modules/mojito/lib/app/autoload/dispatch.common.js:159:15)
Can anyone help me?