-
My deploy process failed today on the `Invoking deployment process` step. The STDERR message was
```
bash: line 54: wait-for-mongo: command not found
```
When accessing the page after deploy, I got …
-
Hi @RoxasShadow,
I quickly reviewed your project and there are a couple of issues regarding your cryptographic implementation.
I didn't really have enough time to give a broader look at it, but as fa…
-
```
Arguments:
C:\Program Files\nodejs\node.exe C:\Program Files (x86)\Yarn\bin\yarn.js install
PATH:
C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files\Docker\Docke…
-
Just forked the repo, no modifications, and when I try to deploy the app on heroku (through the button) it throws me errors. I tried with and without pipeline, same error on build. Here's the log from…
-
exports.passwordHash = function( password ){
var passwordHash = crypto.createHash('md5').update( password + '_' + config.salt ).digest('hex');
return passwordHash;}
Estan usando una mala im…
-
The bcrypt version I use is `5.0.0` and my OS is macOS 11.1
```
$ node -v
v15.5.1
```
I followed a suggestion in https://github.com/nodejs/node-gyp/issues/2245 to force/global install bcrypt …
-
Hi, this problem still exists. It seems the github download as of today is incomplete and missing parts which completely hinders the ability to continue the tutorial. I spent a while to figure it out …
-
Hello,
I have following issue, I set up an CentOS Server with nginx, nodejs and etherpad. Everything works fine but I struggle with the configuration of ep_hash auth.
I set it up like GitHub said…
ghost updated
9 months ago
-
### What version of Bun is running?
1.0.26+c75e768a6
### What platform is your computer?
Linux 5.15.0-92-generic x86_64 x86_64
### What steps can reproduce the bug?
running a github action
with…
-
**Waterline version**: v0.13
**Node version**: 10.0.7
**NPM version**:6.1.0
**Operating system**: window8
I am using sails v1.2.1 with waterline , with `sails-mongo` and set an attribute…