Just tried again and had same issue. I reloaded the page. Opened another tab. Tried 0.0.0.0:8080. Tried the correct IP address:8080. I must be doing something wrong. Going back to 0.7.
You dont have installation issue. Did you remove the database file before 0.8.1 installation.
I was wrong on saying 404 error code is authentication related. Its not, its due to missing api. 401 code is related to authentication , 404 on the other hand is related to missing things.
This is what I think is happening:
In 0.8 release I have changed the 'system' tab to 'configuration' , along side the database location. So, in 0.7 and below all you capabilities (lighting, timers, ato , temperature etc) was stored under 'system' keyspace in database, 0.8 it became 'configuration' keyspace. When you run 0.8 with an older database, reef-pi controller (the bits that runs on raspberry pi) does not see any capability enabled, hence does not enable the corresponding API, and when the UI (reef-pi bits that runs on your browser) requests those API , it gets 404.
Try doing a clean installation:
1) remove reef-pi software and database
2) install 0.8.1
3) Do a hard refresh on browser (Ctl+shift+f5 or whatever is the equivalent for your browser)