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

meteor package accounts-password added #80

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

meteor package accounts-password added #80

wants to merge 2 commits into from

Conversation

msio
Copy link

@msio msio commented Dec 25, 2015

package accounts-password has to be added in dependency list (api.use) otherwise this kind of exception will be thrown by choosing image

Exception in delivering result of invoking '/cfs.locationIcon.filerecord/insert': TypeError: Meteor.userId is not a function
    at http://localhost:3000/packages/yogiben_autoform-file.js?fd125e956e096bb4e5228a39d05114e4babda192:245:27
    at http://localhost:3000/packages/cfs_collection.js?60aba0a5a61bd74237ef18bbd254c4c42a4b3cbb:282:9
    at wrappedCallback (http://localhost:3000/packages/mongo.js?69942a86515ec397dfd8cbb0a151a0eefdd9560d:629:9)
    at null._callback (http://localhost:3000/packages/meteor.js?9730f4ff059088b3f7f14c0672d155218a1802d4:999:22)
    at _.extend._maybeInvokeCallback (http://localhost:3000/packages/ddp-client.js?82da06d8e1ea6342d823b2c5c3be071e96108c70:3508:12)
    at _.extend.dataVisible (http://localhost:3000/packages/ddp-client.js?82da06d8e1ea6342d823b2c5c3be071e96108c70:3537:10)
    at http://localhost:3000/packages/ddp-client.js?82da06d8e1ea6342d823b2c5c3be071e96108c70:4373:7
    at Array.forEach (native)
    at Function._.each._.forEach (http://localhost:3000/packages/underscore.js?fa590de5090ceb4a42555b48562fd8f8e7035758:157:11)
    at _.extend._runAfterUpdateCallbacks (http://localhost:3000/packages/ddp-client.js?82da06d8e1ea6342d823b2c5c3be071e96108c70:4372:7)

@mpowaga
Copy link
Collaborator

mpowaga commented Jan 12, 2016

I think more appropriate would be accounts-base. And I prefer adding toplevel packages first so this could be added after templating package.

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.

2 participants