Lora App Server Setup problem - Redhat

Hi All,

I am very new to Chirpstack, and to Linux environment.
I have followed the post by Ohagangt (LoRa Server Installation on CentOS) and gotten alot of the system up and running, and my apologies in advance if this has been fixed but I could not find definitive information to do so.

See below for output from: journalctl -f -n 50 -u lora-app-server

Oct 12 06:50:15 localhost.localdomain lora-app-server[1638]: time="2020-10-12T06:50:15-06:00" level=fatal msg="read configuration file error" error="While parsing config: (2, 12): keys cannot contain / character"
    Oct 12 06:50:15 localhost.localdomain systemd[1]: lora-app-server.service: main process exited, code=exited, status=1/FAILURE
    Oct 12 06:50:15 localhost.localdomain systemd[1]: Unit lora-app-server.service entered failed state.
    Oct 12 06:50:15 localhost.localdomain systemd[1]: lora-app-server.service failed.
    Oct 12 06:50:15 localhost.localdomain systemd[1]: lora-app-server.service holdoff time over, scheduling restart.
    Oct 12 06:50:15 localhost.localdomain systemd[1]: Stopped LoRa App Server.
    Oct 12 06:50:15 localhost.localdomain systemd[1]: start request repeated too quickly for lora-app-server.service
    Oct 12 06:50:15 localhost.localdomain systemd[1]: Failed to start LoRa App Server.
    Oct 12 06:50:15 localhost.localdomain systemd[1]: Unit lora-app-server.service entered failed state.
    Oct 12 06:50:15 localhost.localdomain systemd[1]: lora-app-server.service failed.

I have tried to recreate the JWT token via: openssl rand -base64 32
multiple times, but it does not seem to clear the issue (sometimes it comes back with “+” char error, and sometimes with JWT token must be set!.

I appreciate any help and patience in advance.

Thank you!

Continuing the discussion from Lora App Server Setup problem - Redhat:

Please also see lora-app-server.toml file

dsn="postgres://loraserver_as:***********@ localhost/loraserver_as?sslmode=disable"
jwt_secret=****/iEl5ID7f3aJgQH3jUxNGxoIt/VLssmX6fNIWk8=
server="tcp://localhost:1883"
public_host="localhost:8001"
bind="0.0.0.0:8080"

you forget quotes in jwt