Denilson
Denilson
Could you add it to see if it solves it? `meteor add service-configuration` Is there something specific you have implemented lately? Something to do with Accounts or login? Without reproduction...
Yes, it seems like it is, as it's being [called](https://github.com/meteor/meteor/blob/13ebd25134988b0152a9e3ee8cccb36dee4cadb7/packages/accounts-base/accounts_common.js#L83) in the constructor of the AccounsBase class.
Hi @radekmie, I've been doing some tests, and it seems to work fine with hooks (at least the ones from `matb33:collection-hooks`). But I also realized that this change worked for...
Hi @radekmie, do you have any updates on this?
Sorry @radekmie, I completely forgot I did these changes... @ixdi could you test it? You just need to run `meteor update mdg:meteor-apm-agent` to update the package.
Hi @vlasky, this PR has tests failing. Could you address those? Also, would you be able to add one test or two for your new code?
Hi, we still have tests that are failing, and those tests seem to be related to the changes. So I'm closing this PR until someone fixes the tests.
Tests are still failing. I'm rerunning them, but based on the error messages, it still seems to be related to the changes.
Hi @arggh, is it possible to provide some sort of reproduction, or at least run your app with the EV [`OPLOG_CONVERTER_DEBUG`](https://github.com/meteor/meteor/blob/64412a5da1a9909ef55b9d689cd4bd9dda10fd8f/packages/mongo/oplog_v2_converter.js#L9-L8), so we can see what are the values before...
Hi @cybairfly, I did some tests on Webstorm, which is the IDE that I use daily, and as you can see in this [video](https://www.loom.com/share/e477019430714cfb877c4ab1f502a6d7), the debugger works perfectly there... This...