How to Fix OpenShift Console not Showing the Characters in Firefox
Recently when opening a console in the web-ui of OpenShift in Firefox, I saw the following:
This doesn’t happen when opening the console using Chromium.
In the Firefox debugger, we can see that we have the following error:
Blocked https://console-openshift-console.apps.rdopenshift.si.wp.lan/k8s/ns/openshift-pipelines/pods/el-azure-provisioner-pipeline-event-listener-b4c598b65-5j4xl/terminal from extracting canvas data because no user input was detected.
The error is due to a strict Firefox privacy setting that prevents characters from being loaded. To fix it, it’s enough to go to about:config and set privacy.resistFingerprinting to False.
After changing the setting we can see that the terminal is working again:
These Solutions are Engineered by Humans
Did you find this article interesting? Does it match your skill set? Our customers often present us with problems that need customized solutions. In fact, we’re currently hiring for roles just like this and others here at Würth Phoenix.
A modern web app isn’t one single big monolith: it’s made of quite a lot of pieces!For instance, we relied on a setup such as this one for a recent one we are developing: An API that generates its own Read More
Hi 😀 Today I'd like to explore with you a migration that we performed to a service that's used internally to monitor the performance of various DBs, gathering data that's especially useful for troubleshooting. This tool is the Percona Monitoring Read More
Recently, we needed to upload build artifacts to allow developers to visualize Playwright test recordings. Initially, we used a simple PVC and an NGINX server with basic authentication, but this approach has a major drawback: it doesn’t allow uploads from Read More
After 17 years in software development, mostly crafting UIs (do you know Google Web Tookit? Or Angular, since version 1? And now Vue.js? I do), occasionally diving into mobile apps, and even wearing the sysadmin hat, I thought I’d seen Read More
As traffic to applications deployed on OpenShift grows, it's essential to gain visibility into the flow of data entering your cluster. Monitoring this incoming traffic helps administrators maintain optimal performance, reduce security risks, and quickly resolve any emerging issues. Enabling Read More