Hello,
I’ve been trying to compile the lora app server v 2.2.0 from source using Docker.
I use the commands:
make requirements ui-requirements
followed by:
make build
And I get a binary. I then proceed to copy this new binary to my already working vagrant VM.
After I do this, the server never starts and I get the following
I’ve noticed the version number is empty in the logs.
Any tips on how to make my binary work?