ophiuchus2 / wrongthink

self hosted discord clone
GNU Affero General Public License v3.0
4 stars 0 forks source link

insecure_server_credentials.cc:34] assertion failed: 0 #27

Open DvidDev opened 1 year ago

DvidDev commented 1 year ago

Hello, I installed, built and set up wrongthink but whenever I run ./wrongthink I get this output:

root@rpi:/discord/wrongthink/cmake/build# ./wrongthink
[13:38:15 +01:00] [wrongthink] [info] logger started
[13:38:15 +01:00] [wrongthink] [info] wrongthink version: 0.1
[13:38:15 +01:00] [wrongthink] [info] Using postgres backend
[13:38:15 +01:00] [wrongthink] [info] validating sql tables.
E1106 13:38:16.010275865   16325 insecure_server_credentials.cc:34] assertion failed: 0
Aborted

I made sure to make the database user named wrongthink and made the password test (as described) and granted all the permissions on DB wrongthink to ROLE wrongthink.

I am lost.