Hello, there
I'm having the following problem using the PDF Viewer, it keeps loading:
I checked the configurations in index.html, program.cs, startup.cs.
I added this line in my Startup.cs file:
services.AddServerSideBlazor().AddHubOptions(o => { o.MaximumReceiveMessageSize = 102400000; });
I also checked if I'm dowloading the right libraries in index.html:
It seems to be all correct, still it doesn't work. My project has Client, Server, Shared (Client-server architecture), so I think that some configurations might be different from the sample I've seen.
Could you try to execute the sample I'm sending to see if there's something wrong?
Attachment:
My_project_sample_7fc628fe.zip