Debian Jessie; Fails to start

Hi all, searched and couldn’t find anything that shed light on the issue I’m having.
After following the directions here: https://github.com/NzbDrone/NzbDrone/wiki/Installation#wiki-linux
I wind up with the following output, but nothing by a series of dots moving back and forth when I load http://localhost:8989
Browser is Chromium 29.0.1547.57

Debian Version
$ cat /etc/issue
Debian GNU/Linux jessie/sid
\l

Mono Version
$ mono --version
Mono JIT compiler version 3.0.6 (Debian 3.0.6+dfsg2-11)
Copyright © 2002-2012 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
TLS: __thread
SIGSEGV: altstack
Notifications: epoll
Architecture: amd64
Disabled: none
Misc: softdebug
LLVM: supported, not enabled.
GC: Included Boehm (with typed GC and Parallel Mark)

Command output
$ mono /opt/NzbDrone/NzbDrone.exe
[Info] Bootstrap: Starting NzbDrone Console. Version 2.0.0.1236
[Info] MigrationLogger: *** Migrating data source=/home/user/.config/NzbDrone/nzbdrone.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal ***
[Info] Database: Vacuuming database
[Info] Database: Database Compressed
[Info] MigrationLogger: *** Migrating data source=/home/user/.config/NzbDrone/logs.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal ***
[Info] Database: Vacuuming database
[Info] Database: Database Compressed
[Info] Router: Application mode: Interactive
[Info] OwinHostController: Listening on the following URLs:
[Info] OwinHostController: http://:8989/
[Info] OwinHostController: https://
:9898/
[Info] NancyBootstrapper: Starting NzbDrone API
[Info] SceneMappingService: Updating Scene mapping
[Info] HousekeepingService: Running housecleaning tasks
[Warn] DownloadedEpisodesImportService: Drone Factory folder is not configured
[Warn] DownloadedEpisodesImportService: Drone Factory folder is not configured

Is there a step I’m overlooking? Or a package that may have been missed?

The application itself is starting, but the UI doesn’t load.

Are you able to try another browser?
Any errors in the development console in chromium?

After installing iceweasel, I was successfully able to access the UI.

While that addresses the issue enough for my needs, I’ve appended the errors from chromium if it’s of any interest
From chromium’s console:
Uncaught SyntaxError: Unexpected token if :8989/app.js?v=2.0.0.1236:25698
Uncaught TypeError: Cannot call method ‘start’ of undefined main.js:16

Totally valid use if ‘if’ there, works in iceweasel, chrome and firefox. Very odd, but I don’t think there is anything we can do.