natanavra
natanavra
@dgirardi the documentation states this is the priority, as seen in the link and the screenshot @robertrmartinez provided albeit takes a couple of reads to understand - if the bullet...
Sorry, this thing is wayyy to old and I don't remember. Apparently I didn't know how to write issues back then :-D
Any news on this one?
Just ran into `met once` errors myself, could be you guys are doing similar mongoose queries somewhere else in your tested code? The mock is expected to run only once......
+1 here... There is not a single good example I found for using passport. Not even these are good enough: - https://blog.risingstack.com/node-hero-node-js-authentication-passport-js/ - https://scotch.io/tutorials/easy-node-authentication-setup-and-local#handling-signupregistration I've been messing with passport for...
+1 started getting this error today we've been working with the package for several years
@GitSquared No changes in infra whatsoever Amazon Linux / Ubuntu 20 + NodeJS 16-18 (several environments) Been getting this error on several projects starting this morning Specifically: ```ENOENT: no such...
Something very bad is going on with the db download Getting more errors: `Checksum mismatch for GeoLite2-City` `ENOENT: Cannot cd into '/home/ubuntu/server/node_modules/geolite2-redist/dbs.geodownload` @GitSquared Can you rollback the deployed version? This...
@GitSquared Thanks! I worked around it in the meantime by manually updating the db file in the dist folder
May I suggest adding an event listener instead of throwing an error? Or even adding a callback parameter that could be passed and called instead of throwing an error. If...