-
-
Notifications
You must be signed in to change notification settings - Fork 169
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
Since Meteor 2.11 - Exception in setTimeout callback: TypeError: fs.remove is not a function #870
Comments
@Gobliins confirmed as a bug, thank you; will follow up with fix shortly |
Thx. If you need more info, just say. I just tested downgrading to Meteor 2.10. Code works as expected. It is running during Meteor startup BTW. |
@dr-dimitru Thx for the fix. The error is not happening anymore. Unfortunately storing files is still not working in 2.11. No Entries inside the DB. On Filesystem I'm getting only 1KB files with plain text content: 503 - Service unavailable. |
Difficult to tell without errors and logs, try |
@Gobliins have you figured it out? |
Hey, I was on a break / weekend. Today I'm back on it. But I think it's a problem of the old Collection-FS, since I get a timeout during the Files.load() method. My Guess is, that there's a problem with the download URL also happens since Meteor 2.11. |
@dr-dimitru A little late but just wanted to tell you safe, it's not a problem of meteor-files :) |
@Gobliins all good, thank you |
Hello,
after upgrading to Meteor 2.11 / Mongo 6, I get the mentioned error.
My Code, Serverside:
When i call this function with await, it never resolves nor rejects.
When using .then(), i get the described error:
On Meteor 2.10 it was working ok.
Is there an update needed or has something changed with Promises in Node 14 / Meteor 2.11?
Edit:
Removed the promise code and worked with callbacks, but still hangs on Files.load().
The text was updated successfully, but these errors were encountered: