Hello
In network server if I put "dsn=“postgres://manel:dbpassword@localhost/chirpstack_ns?sslmode=disable”, it appears this error:
sdfgh-1001PX chirpstack-network-server[5154]: time=“2020-12-07T00:15:17Z” level=warning msg=“storage: ping PostgreSQL database error, will retry in 2s” error=“dial tcp 127.0.1.1:5432: connect: connection refused”
If I put "dsn=“postgres://manel:mypassword@sdfgh-1001PX /chirpstack_ns?sslmode=disable”, it appears this error:
sdfgh-1001PX chirpstack-network-server[6970]: time=“2020-12-07T00:49:54Z” level=warning msg=“storage: ping PostgreSQL database error, will retry in 2s” error=“parse “postgres://manel:mypassword@sdfgh-1001PX/chirpstack_ns?sslmode=disable”: net/url: invalid userinfo”
How can I fix this fault?