Hello,
I’ve successfully connected my multitech gateway to my chirpstack lns that I’m hosting on my windows pc using the provided docker compose file. Now I’m attempting to set up the fuota server, I modified the .toml file with my api key, configured the main.go file to connect to my device, and I set up the http integration in my lns. I’m having issues running the executable I created using the docker environment. When I run the .exe it keeps outputting a line that contains “password authentication failed for user” when attempting to connect to the postgres db. I ran the postgres setup commands from the readme with no issue, and it’s failing to connect to an account with my pc’s username. Additionally, when I attempt to run the .go file with my modifications it runs without outputting anything.