Posts by CÉSAR SANTOS • 21 points
6 posts
- 
		0 votes1 answer69 viewsA: Authenticate mongodb with DockerI found the solution for authentication in this link: https://support.tibco.com/s/article/How-to-resolve-the-error-not-authorized-on-database-name-to-execute-command-when-test-the-MongoDB-connection… 
- 
		0 votes1 answer69 viewsQ: Authenticate mongodb with DockerI’m starting studies with Docker and mongodb, I can’t authenticate, I would like to have a user and password for mongodb (container). If you can guide me how to create a user and password, I have to… 
- 
		0 votes1 answer527 viewsQ: Callback with Redux-thunkI’d like to know how to get a call back from dispath something like this, this with React: this.props.store.dispatch(dados, result => { console.log(result); }); On this line above the console.log… 
- 
		0 votes1 answer265 viewsQ: Send Object Array to BulkcreateI’m using Node JS (backend) with sequelize 4.4.2 and I need to send an array of objects from my front (React JS) but I can’t generate in the format that is expected, only to comment when I did a… 
- 
		1 votes1 answer284 viewsA: Typeerror: isPassword is not a FunctionTo whom it may interest I found pq of this error in this link: http://docs.sequelizejs.com/manual/tutorial/upgrade-to-v4.html In short it’s version difference sequelize the User.js (model) got like… node.jsanswered CÉSAR SANTOS 21
- 
		0 votes1 answer284 viewsQ: Typeerror: isPassword is not a FunctionI’m having this error: Typeerror: isPassword is not a Function. I did a lot of web searches, found similarities, but I still can’t solve it. So another way I solved, but as I’m starting the studies… node.jsasked CÉSAR SANTOS 21