jerocosio / autoform-cloudinary

Easily upload images to Meteor using Cloudinary and Simple Schema
13 stars 11 forks source link

Reference Error : Match not defined #14

Open KudMath opened 8 years ago

KudMath commented 8 years ago

Hello, I have a pb using your package I get an error that i don't have a clue how to solve : "Exception while invoking method 'afCloudinarySign' ReferenceError: Match is not defined".

Any idea?

Thanks in advance

alastairong commented 8 years ago

Edit: running Meteor add check seems to fix this.:

I get this exact problem on a newly created meteor project using only the example code this package, autoform, and simple schema.

I have loaded settings.json and am able to log my public key and cloud name on the browser console, so that should be working.