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

Fix "ReferenceError: check is not defined" error #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix "ReferenceError: check is not defined" error #29

wants to merge 1 commit into from

Conversation

kctang
Copy link

@kctang kctang commented Jan 5, 2016

For my Meteor 1.2.1 application, I got this error when trying to download backup:

ReferenceError: check is not defined at [object Object].route.action (packages/hitchcott_app-dump/app-dump-server.coffee:24:9) at boundNext (packages/iron_middleware-stack/lib/middleware_stack.js:251:1) at runWithEnvironment (packages/meteor/dynamics_nodejs.js:110:1) at packages/meteor/dynamics_nodejs.js:123:1 at [object Object].urlencodedParser (/Users/xxx/.meteor/packages/iron_router/.1.0.12.1iiabxy++os+web.browser+web.cordova/npm/node_modules/body-parser/lib/types/urlencoded.js:84:40) at packages/iron_router/lib/router.js:277:1 at [object Object]._.extend.withValue (packages/meteor/dynamics_nodejs.js:56:1) at [object Object].hookWithOptions (packages/iron_router/lib/router.js:276:1) at boundNext (packages/iron_middleware-stack/lib/middleware_stack.js:251:1) at runWithEnvironment (packages/meteor/dynamics_nodejs.js:110:1)

Looks like it is missing the "check" package as discussed here.

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

Successfully merging this pull request may close these issues.

1 participant