Dashboard should render on Firefox 60.9.0esr(64bit) on macOS Mojave Version 10.14.6 and show Pipelines, TaskRuns, etc.
Tekton dashboard does render on the FireFox 60.9.0esr(64-bit) installed on macOS Mojave Version 10.14.6 - receiving error Error loading Pipelines Forbidden message when viewing the dashboard

Thanks @bconey for reporting this, what platform did you install this on so we can rule out any RBAC issues? Any errors reported from the Tekton Dashboard pod?
@dibbles has observed this too I think and had to clean out a bunch of Firefox related data (obviously not ideal)
I'm adding this to the backlog so we can take a proper look too, I've not seen this problem using Firefox 69 on my Mac
@a-roberts Installed on Openshift 3.11 and no errors were logged in the Tekton Dashboard pod's log at the time the page was rendered
Hmmmmm, so I've installed from source and did a kubectl proxy and I can see everything fine on my laptop using the same Firefox 60 version on Mac OS X 10.14.6.
I deployed the latest code onto my OpenShift 3.11 cluster too just now, added the security exception, logged in when prompted, and see Forbidden everywhere, with this browser version.
Specifically I did
With the latest Firefox version (69, not from ESR), I don't get this problem - accessing the exact same endpoint. I'm gonna check the release notes between versions, wondering if it's to do with not having an actual login token/cookie in use...
With Firefox 60 I don't see the cookie being passed in with the request (we get back 2x set-cookie in the response), in 69 it is set.
@AlanGreene any thoughts? We experienced cookie fun before...update: shared my OpenShift cluster where the problem is seen and not
https://github.com/tektoncd/dashboard/pull/599 should fix this 馃 Tested locally against your environment using a local proxy and it loads as expected.
FF ESR is currently on version 60, the behaviour was updated in 61 to match the spec and other browsers.
Also, FF ESR is due to be updated to version 68 around 2019-10-22: https://wiki.mozilla.org/Release_Management/Calendar
There's no harm leaving the change in anyway since it matches the default behaviour in modern browsers.

verified Alan's fix, merged so closing