Systemctl application server error?

@brocaar I think I’ve found the problem. I was encountering another error yesterday:

FATA[0000] setup integration error: new integration error: credentials from json error: unexpected end of JSON input

Which lead me to this thread which suggests that creating this file is missing from the GCP quickstart docs:

So I created the json credential file and loaded it into the etc/chripstack-application-server directory and pointed to it in the toml file.

But I’m not clear if that is the correct spot when running systemctl. I think it’s looking in a different location?

The reason I can run the app server with “sudo chirpstack-application-server” from my root directory is because for testing I also have that file in my root directory which it finds when starting.

Any clarity on how it should be configured? Thanks!