versolearning / meteor-intercom

Reactive intercom integration for Meteor
47 stars 15 forks source link

Having an issue with the settings setup #4

Closed isAlmogK closed 10 years ago

isAlmogK commented 10 years ago

Hi, I'm hoping you can help me I'm having an issue setting up the settings json file maybe I'm doing it wrong I keep getting the following error message - Exception from Deps recompute function: TypeError: Cannot read property 'public' of undefined

I have a settings.json file in the root of my app

{ "intercomSettings": [ { "public.intercom.id": "aasdsd" } ] }

also tried it this way

{ "intercomSettings": { "public": { "intercom.id": "lasdsj" } }

}

isAlmogK commented 10 years ago

Never mind I got