Build and run chirpstack application server in docker from source code

Hi,

After building Chirpstack AS from source code using docker-compose , i tried to open the web ui by going under /ui and doing “npm start” , than i tried to access the web ui from my local machine but i got this error… any idea ?

The UI development server proxies the API calls from :3000 to port :8080 such that you don’t have to recompile the UI for each change, but still can use the real API endpoints. This means that you also need to start the chirpstack-application-server binary. The error indicates that the development proxy can’t connect to port 8080.

Is the chirpstack-application-server binary not started with docker-compose?