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

problem uploading files #77

Open
neymarinho opened this issue Jun 12, 2015 · 3 comments
Open

problem uploading files #77

neymarinho opened this issue Jun 12, 2015 · 3 comments

Comments

@neymarinho
Copy link

Uploading files is not working.
Meteor server keeps crashing with "events.js:72
throw er; // Unhandled 'error' event

Error: write EOF

Any idea how to solve this?

@reduxdj
Copy link

reduxdj commented Jul 15, 2015

Try updating to yogiben:[email protected], this solved my problems.

@reduxdj
Copy link

reduxdj commented Jul 16, 2015

Meteor.subscribe('attachments')

Add that, that really was the problem for me, autopublish was making me to believe it was the package manager.

@KINKCreative
Copy link

Similar here. I subscribed to attachments under client with your code @reduxdj and see post attachments but not the Profile Images.

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

3 participants