-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when uploading (server side) #44
Comments
Did you update to 1.2? Maybe I need to check for the existence of check before running it, I thought it was part of the core. Look for meteor's check package and add it if you need it to work ASAP, if not I'll patch it up tonight if I get a chance. |
Yes, it's 1.2. So, this might be due to the upgrade? |
I am able to make it work by adding "check" and "random" packages. Thanks. |
Excellent, that will affect all your meteor methods though, make sure to use check in every method you have now. This is good for security anyway if you're planning on taking your app to production someday. |
Oh, I never thought it would. Hmm.. might not be a good way to do it since On Thu, Sep 24, 2015 at 6:55 AM, Marcelo Reyna notifications@github.com
|
Sounds good Marcelo Reyna On Wed, Sep 23, 2015 at 3:57 PM, Arnold Gamboa notifications@github.com
|
The code is checking for check now ^_^ |
Hi,
I'm getting this error from the server side while uploading the image:
Exception while invoking method 'c.sign' ReferenceError: check is not defined
Any idea?
The text was updated successfully, but these errors were encountered: