Hello, I’m trying to change the port of chirpstack-application-server in the file located in: /etc/chirpstack-application-server/chirpstack-application-server.toml
in the line [applocation_server.external_api]
bind=“0.0.0.0:8080”
to other port like 80 or 443 but always the server can’t start and I obtain this Error messages:
chirpstack-application-server.service - ChirpStack Application Server
Loaded: loaded (/lib/systemd/system/chirpstack-application-server.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Fri 2022-06-10 03:46:58 UTC; 10s ago
Docs: https://www.chirpstack.io/
Process: 4296 ExecStart=/usr/bin/chirpstack-application-server (code=exited, status=1/FAILURE)
Main PID: 4296 (code=exited, status=1/FAILURE)
chirpstack-application-server.service: Main process exited, code=exited, status=1/FAILURE
chirpstack-application-server.service: Failed with result ‘exit-code’.
chirpstack-application-server.service: Scheduled restart job, restart counter is at 5.
Stopped ChirpStack Application Server.
chirpstack-application-server.service: Start request repeated too quickly.
chirpstack-application-server.service: Failed with result ‘exit-code’.
Failed to start ChirpStack Application Server.
Can someone help me to solve this error. Thank you very much