kevpfowler
kevpfowler
These are the logs I see in the application contationer: ```bash ~$ docker logs appname => Setting node version NODE_VERSION=14.18.3 v14.18.3 is already installed. Now using node v14.18.3 (npm v6.14.15)...
I did not. After burning too much time on the issue I stayed with our original setup, and we went a non-meteor direction for our new application anyway. I'm closing...
Ah, good suggestion. I assumed it was the last thing I changed in that code that was causing the problem, but I reverted to the previous version and it still...
I started back at our prior commit on meteor 2.5.1, added my latest pipeline code, and stepped through each upgrade to 2.5.6. Everything worked fine. It was only when I...
Wanted to give an update on this issue. We upgraded to Meteor 2.6 today and experienced the same issue with 1.3.7. I can run fine with 1.3.6, but again get...
@frankwo1 I have encountered this before - for some undocumented reason, you cannot specify 'id': null in a group stage with ReactiveAggregate. Instead, use any unique identifier that makes sense...