Skip to content
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

Closed
arnoldgamboa opened this issue Sep 23, 2015 · 7 comments
Closed

Error when uploading (server side) #44

arnoldgamboa opened this issue Sep 23, 2015 · 7 comments

Comments

@arnoldgamboa
Copy link

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?

@Lepozepo
Copy link
Owner

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.

@arnoldgamboa
Copy link
Author

Yes, it's 1.2. So, this might be due to the upgrade?

@arnoldgamboa
Copy link
Author

I am able to make it work by adding "check" and "random" packages. Thanks.

@Lepozepo
Copy link
Owner

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.

@arnoldgamboa
Copy link
Author

Oh, I never thought it would. Hmm.. might not be a good way to do it since
my codebase is huge already. I'll just wait for your update, then?

On Thu, Sep 24, 2015 at 6:55 AM, Marcelo Reyna notifications@github.com
wrote:

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.


Reply to this email directly or view it on GitHub
#44 (comment).

@Lepozepo
Copy link
Owner

Sounds good

Marcelo Reyna

On Wed, Sep 23, 2015 at 3:57 PM, Arnold Gamboa notifications@github.com
wrote:

Oh, I never thought it would. Hmm.. might not be a good way to do it since
my codebase is huge already. I'll just wait for your update, then?
On Thu, Sep 24, 2015 at 6:55 AM, Marcelo Reyna notifications@github.com
wrote:

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.


Reply to this email directly or view it on GitHub
#44 (comment).


Reply to this email directly or view it on GitHub:
#44 (comment)

@Lepozepo
Copy link
Owner

The code is checking for check now ^_^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants