SiLeBAT / fcl-server

0 stars 1 forks source link

Fix mongodb database connection for node 18 #108

Closed ruegenbfr closed 1 year ago

ruegenbfr commented 1 year ago

The fcl server cannot connect to mongodb database on node version 18. Node changed from v16 to v17 the ipBinding preference from ipv4 to ipv6. But the mongodb on default only listens to ipv4 localhost addresses.

Possible solutions:
Literature: