error="While p arsing config: (39, 1): parsing error: keys cannot contain : character"

Hi,

My ChirpStack Application Server failed to start. Log says error:
msg=“read configuration file error” error=“While parsing config: (39, 1): parsing error: keys cannot contain : character”

Can anyone say, where is the problem? I think there is some error in config or chirpstack-application-server.toml-file?

Br
Heikki

syntax error in the .toml, of course, near line 39

Thanks,
Problem is now solved and chirpstack is now running🙂.

I forgot to add dsn prefix at start of line 39:

postgres://chirpstack_as:dbpassword@localhost/chirpstack_as?

Now it’s in correct mode:

dsn="postgres://chirpstack_as:dbpassword@localhost/chirpstack_as?

Br
Heikki