Show the Particle Console with an RPI

Particle Console | Build your connected product appears to load up on my RPI Chromium but does not show any events where it works fine on Chrome on my Mac.
I aim to dedicate an RPI and monitor it to watch my events. Is there a better way to show the Particle Consol with an RPI?

The event viewer works by using Server Sent Events (SSE). It's possible that there is a setting on your Pi that is preventing that from working, but Chromium does support SSE in general. It's less likely, but a network issue could also prevent the event viewer from working. One test would be to use the Particle CLI event viewer to see if that works. You could also see if it works in Firefox as a test.

I downloaded and launched Firefox and successfully logged into my account.
My sketches show up under the Web IDE tab.
However, my devices don't show up under the Devices tab, and the Console still doesn't show any events under "Cloud Services/Events," which updates every eight minutes or so.

@Brent925, I have a headless Pi 4 running labwc with latest updates. I connect via RealVNC and I used Chrome to open my console and the IDE. In the IDE, I can see everything including my devices. I also see events posted in the console.

Besides running the latest labwc and connecting via VNC, my system is plain:

Linux RPi4 6.6.62+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.62-1+rpt1 (2024-11-25) aarch64 GNU/Linux

Are you sure you are looking in the right events and devlce list tab? There is one for sandbox, and one for each product you have access to (if any). The sandbox event list will only show sandbox device events. Product devices that are unclaimed (the recommended way) or claimed to other accounts do not show up on the sandbox event stream and device list.

Hopefully I am answering you correctly.
It works in the Sandbox on my Mac via Chrome:
https: //build.particle.io/build/new
https: //console.particle.io/events
These links are not working on the RPI Chromium or Firefox.
Is there a "right way" that I may not be privy to?
I currently have 6 active devices.

I powered off uBlock. That may have helped? It's working now. Thanks