Sorry got pulled away on another emergency, so that's why it took so long to get back to you.
Let me give you a lot more info, now that I have it.
When running on windows, using the Syncfusion.Blazor.PDFViewerServer.Windows package it works great. It's loading PDFs from a binary field in a database, all is good.
When I Change the package to Syncfusion.Blazor,PDFViewerServer.Linux, and build and run the exact same code on a Linux system, it hangs with the spinner forever, does not log any errors, just hangs. I get the same results if I build it on Linux box and run from shell, or build a Linux docker image on windows, and run it in a Kubernetes cluster.
Is there some extra stuff that must be installed on Linux for it to work? Are there only specific versions/distors that it works on?
Just a note I did update to the latest weekly release today.