Application Server Web Interface does not start

Hello everyone,
I compiled ChirpStack Application Server 3.5.1 from the github source on my gateway RAK7244 mounting a Raspberry Pi 4.

When I run the application on the terminal I get
1

On Windows, when I try to connect the Web Interface on the 8080 port I get:
2

On the terminal the log remains stack as shown.

How can I correctly visualize the Web Interface?

Thank you!

Any suggestion?
Thank you again

Hi @lcer93

Try using the below command for compilation & build

1. make ui-requirements dev-requirements
2. make build

Thank you, that solve the problem.
Actually, I had to add this first command:

make ui/build
make ui-requirements dev-requirements
make build

Thank you again

1 Like