iam4x / bobarr

🍿 The all-in-one alternative for Sonarr, Radarr, Jackett... with a VPN and running in docker
MIT License
1.5k stars 85 forks source link

Fix WEB_UI_API_URL #241

Open lachlan2k opened 2 years ago

lachlan2k commented 2 years ago

The current implementation for WEB_UI_API_URL doesn't work. This is because:

This PR fixes this issue by using Next.js runtime configuration instead.

lachlan2k commented 2 years ago

Ah sorry, I only tested this in dev. Bear with me and I'll fix it for full builds soon.