cliftonc/calipso

website crashes at register screen

Closed this issue · 1 comments

http://calip.so/user/register is throwing an error upon visiting the page.

Module user, error: Cannot read property 'contentType' of null Calipso Module: userTypeError: Cannot read property 'contentType' of null Calipso Module: user
    at EventEmitter.addFieldConfiguration (/opt/run/snapshot/package/modules/core/field/field.js:76:20)
    at EventEmitter.emit (events.js:106:17)
    at CalipsoEventEmitter.custom_emit (/opt/run/snapshot/package/lib/core/Event.js:193:20)
    at Form.me.render (/opt/run/snapshot/package/lib/core/Form.js:740:13)
    at Object.registerUserForm [as fn] (/opt/run/snapshot/package/modules/core/user/user.js:340:16)
    at Object.routeFn (/opt/run/snapshot/package/lib/core/Router.js:285:15)
    at Function.matchRoutes (/opt/run/snapshot/package/lib/core/Router.js:249:22)
    at next (/opt/run/snapshot/package/node_modules/step/lib/step.js:51:23)
    at Object.Step (/opt/run/snapshot/package/node_modules/step/lib/step.js:122:3)
    at Object.route (/opt/run/snapshot/package/lib/core/Router.js:108:19)

Thanks for pointing this out.