DemocracyOS is an online space for deliberation and voting on political proposals. The software aims to stimulate better arguments and come to better rulings.
franciclo on development
add custom identity provider bump to 2.11.15 add custom signin config variab… and 1 more (compare)
franciclo on 2.11.16
@franciclo i tested with the parameters that you suggested me ad it works... but now i have another issue, when the mail arrives there is no clickable link, following the email:
Hi, pluto,
Please click here to validate your email address.
The DemocracyOS team.
PS: if you didn't sign up, please ignore this email.
can you tell me why it happens? i don't see anythings in the log, but in the mongo db i saw this link:
Looking to resolve this issue, which occurs upon using docker-compose up app, :
failed to connect to server [mongo:27017] on first connect [MongoError: getaddrinfo ENOTFOUND mongo mongo:27017]
at Pool.<anonymous> (/usr/src/node_modules/mongoose/node_modules/mongodb-core/lib/topologies/server.js:328:35)
app_1 | at emitOne (events.js:96:13)
app_1 | at Pool.emit (events.js:188:7)
app_1 | at Connection.<anonymous> (/usr/src/node_modules/mongoose/node_modules/mongodb-core/lib/connection/pool.js:280:12)
app_1 | at Connection.g (events.js:292:16)
app_1 | at emitTwo (events.js:106:13)
app_1 | at Connection.emit (events.js:191:7)
app_1 | at Socket.<anonymous> (/usr/src/node_modules/mongoose/node_modules/mongodb-core/lib/connection/connection.js:177:49)
app_1 | at Socket.g (events.js:292:16)
app_1 | at emitOne (events.js:96:13)
app_1 | at Socket.emit (events.js:188:7)
app_1 | at connectErrorNT (net.js:1034:8)
app_1 | at _combinedTickCallback (internal/process/next_tick.js:80:11)
app_1 | at process._tickCallback (internal/process/next_tick.js:104:9)
I've been following these guides so far:
http://docs.democracyos.org/install.html
http://docs.democracyos.org/develop/
http://docs.democracyos.org/develop/#running-the-app
and also:
DemocracyOS/democracyos#1478
Hi everyone and happy new year ! I'm trying to figure how to get the embebed notifier working. My DemocracyOS version is 2.11.16 and my server is running with CentOS 7 (using a Plesk interface). I set my configuration environment as explained here : https://docs.democracyos.org/configuration.html
The api is running on production on port 4443 with the right config set on my production.json file. I got a SendGrid account and tried different configurations mentioned in this chat, but the notifier is still not sending anything.
Here is my config :
"notifications": {
"url": "",
"token": "",
"mailer": {
"name": "My domain",
"email": "noreply@mydomain.com",
"service": "SendGrid",
"auth": {
"user": "mysendgridusername",
"pass": "mysendgridpassword"
}
},
"nodemailer": {"port":4443,"secure":true}
},
Could anyone help me with that issue ?
Thanks in advance !
Thomas