Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/b313dd1845d34470b126d72f785195079eb7ebcd
You should set ROOT_URL correctly, otherwise the web may not work correctly.
* Added: some tips to how to build. Gave some info to Windows developers.
* Fixed: Alignment of validation errors in labels
* Fixed: error message mentioning 'series'
pull/2/head
Oliver Rivett-Carnac7 years agocommitted byDevin Buhl
@ -115,10 +115,17 @@ Radarr is currently undergoing rapid development and pull requests are actively
> **Notice**
> Gulp must be running at all times while you are working with Radarr client source files.
### Build
* To build run `sh build.sh`
**Note:** Windows users must have bash available to do this. [cmder](http://cmder.net/) which is a console emulator for windows has bash as part of it's default installation.
### Development
* Open `NzbDrone.sln` in Visual Studio or run the build.sh script, if Mono is installed
* Make sure `NzbDrone.Console` is set as the startup project