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

ReferenceError: ApiBackends is not defined #1255

Closed
55 opened this issue Jul 1, 2016 · 0 comments
Closed

ReferenceError: ApiBackends is not defined #1255

55 opened this issue Jul 1, 2016 · 0 comments
Assignees
Labels
Milestone

Comments

@55
Copy link
Contributor

55 commented Jul 1, 2016

Keep getting this errors here and there.
We need to find every place with ApiBackends collection and import it there.

This one when updating API Metadata:

I20160701-16:05:55.038(3)? Exception while invoking method '/apiMetadata/insert' ReferenceError: ApiBackends is
ned
I20160701-16:05:55.042(3)?     at insert (both/collections/apiMetadata.js:75:24)
I20160701-16:05:55.043(3)?     at packages/allow-deny/allow-deny.js:240:13
I20160701-16:05:55.043(3)?     at packages/underscore/underscore.js:221:1
I20160701-16:05:55.044(3)?     at _.each._.forEach (packages/underscore/underscore.js:108:1)
I20160701-16:05:55.044(3)?     at Function._.every._.all (packages/underscore/underscore.js:220:1)
I20160701-16:05:55.044(3)?     at [object Object].CollectionPrototype._validatedInsert (packages/allow-deny/allo
s:239:9)
I20160701-16:05:55.045(3)?     at [object Object].m.(anonymous function) (packages/allow-deny/allow-deny.js:171:
I20160701-16:05:55.046(3)?     at maybeAuditArgumentChecks (packages/ddp-server/livedata_server.js:1704:12)
I20160701-16:05:55.046(3)?     at packages/ddp-server/livedata_server.js:711:19
I20160701-16:05:55.047(3)?     at [object Object]._.extend.withValue (packages/meteor/dynamics_nodejs.js:56:1)
I20160701-16:05:57.002(3)? Exception while invoking method '/apiMetadata/insert' ReferenceError: ApiBackends is
ned
I20160701-16:05:57.003(3)?     at insert (both/collections/apiMetadata.js:75:24)
I20160701-16:05:57.004(3)?     at packages/allow-deny/allow-deny.js:240:13
I20160701-16:05:57.004(3)?     at packages/underscore/underscore.js:221:1
I20160701-16:05:57.005(3)?     at _.each._.forEach (packages/underscore/underscore.js:108:1)
I20160701-16:05:57.005(3)?     at Function._.every._.all (packages/underscore/underscore.js:220:1)
I20160701-16:05:57.006(3)?     at [object Object].CollectionPrototype._validatedInsert (packages/allow-deny/allo
s:239:9)
I20160701-16:05:57.006(3)?     at [object Object].m.(anonymous function) (packages/allow-deny/allow-deny.js:171:
I20160701-16:05:57.007(3)?     at maybeAuditArgumentChecks (packages/ddp-server/livedata_server.js:1704:12)
I20160701-16:05:57.007(3)?     at packages/ddp-server/livedata_server.js:711:19
I20160701-16:05:57.008(3)?     at [object Object]._.extend.withValue (packages/meteor/dynamics_nodejs.js:56:1)

Deleting API:

I20160701-16:08:36.383(3)? Exception while invoking method 'removeApiBackend' ReferenceError: ApiBackends is not
I20160701-16:08:36.383(3)?     at [object Object].removeApiDoc (apis/server/methods/delete.js:20:17)
I20160701-16:08:36.383(3)?     at maybeAuditArgumentChecks (packages/ddp-server/livedata_server.js:1704:12)
I20160701-16:08:36.383(3)?     at packages/ddp-server/livedata_server.js:1617:18
I20160701-16:08:36.383(3)?     at [object Object]._.extend.withValue (packages/meteor/dynamics_nodejs.js:56:1)
I20160701-16:08:36.383(3)?     at Server.apply (packages/ddp-server/livedata_server.js:1616:45)
I20160701-16:08:36.383(3)?     at Server.call (packages/ddp-server/livedata_server.js:1559:17)
I20160701-16:08:36.383(3)?     at [object Object].removeApiBackend (apis/server/methods/delete.js:7:12)
I20160701-16:08:36.383(3)?     at maybeAuditArgumentChecks (packages/ddp-server/livedata_server.js:1704:12)
I20160701-16:08:36.383(3)?     at packages/ddp-server/livedata_server.js:711:19
I20160701-16:08:36.383(3)?     at [object Object]._.extend.withValue (packages/meteor/dynamics_nodejs.js:56:1)
@55 55 added the bug label Jul 1, 2016
@55 55 mentioned this issue Jul 1, 2016
@55 55 self-assigned this Jul 1, 2016
@55 55 added the in progress label Jul 1, 2016
@55 55 added this to the Sprint 25 milestone Jul 1, 2016
@brylie brylie removed the in progress label Jul 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants