Launching Opinaria | Beta

Opinaria is a simple, free and fun app to browse or create posts & polls. Its the first Meteor app I deployed.

Feel free to give me a feedback. Cheers!

Opinaria

Hi @tolun , thanks for sharing. One quick piece of feedback - I’m getting the following error on first visit:

Exception in template helper: TypeError: Cannot read property 'edited' of null

I took a quick look - you’re making a Meteor.user().edited===!0 check in the currentUserEdited helper, within your navigation Template. Since I’m not logged in Meteor.user() will be null, so you might want to add an extra check to prevent this.

Thanks! There are many exceptions in template helpers right now. I’ll be fixing them soon.