Cannot log into web ui
login with default admin creds and access sensu dashboard via http:// web ui
login with defaul admin and met with a graphql related error (shown below). it also appears to be redirecting to https://
cannot login to the dashboard at all.
i am seeing this in the logs as well
{"component":"rbac","level":"debug","msg":"unauthorized request","time":"2018-12-07T18:56:41Z","zz_request":{"apiGroup":"core","apiVersion":"v2","namespace":"","resource":"namespaces","resourceName":"default","username":"admin","verb":"get"}}
{"component":"apid","duration":"1.875ms","level":"info","method":"GET","msg":"request completed","path":"/api/core/v2/namespaces/default","size":53,"status":403,"time":"2018-12-07T18:56:41Z"}
Web UI Stack Trace:
at new ApolloError (/static/js/main.d07bc22e.js:7)
at undefined (/static/js/main.d07bc22e.js:60)
at undefined (/static/js/main.d07bc22e.js:60)
at undefined (/static/js/main.d07bc22e.js:60)
at QueryManager.broadcastQueries (/static/js/main.d07bc22e.js:60)
at Object.next (/static/js/main.d07bc22e.js:60)
at notifySubscription (/static/js/main.d07bc22e.js:60)
at onNotify (/static/js/main.d07bc22e.js:60)
at SubscriptionObserver.next (/static/js/main.d07bc22e.js:60)
at undefined (/static/js/main.d07bc22e.js:36)
at Object.next (/static/js/main.d07bc22e.js:36)
at notifySubscription (/static/js/main.d07bc22e.js:60)
at onNotify (/static/js/main.d07bc22e.js:60)
5.0.0-1i want to update this a little and it appears it's still using http:// chrome just seems to make it appear as though it was an https:// site with a bad cert/self-signed cert. when i copy the url it still shows http://

https://security.googleblog.com/2016/09/moving-towards-more-secure-web.html
yet another update... my etcd cluster still had some remnants from the beta 8 environment that appears to be causing the issue. i reset the etcd cluster entirely and restarted the backend servers and i'm able to login and view the dashboard without issue now.
Pre-5.0.0 backends are not compatible with post-5.x components. Going forward, greater compatibility can be expected. :)
Most helpful comment
yet another update... my etcd cluster still had some remnants from the beta 8 environment that appears to be causing the issue. i reset the etcd cluster entirely and restarted the backend servers and i'm able to login and view the dashboard without issue now.