Hi,
I have a simple blazor server app with the pdfviewerserver control in it,
Asp.net core 3.1.1 and EJ2 17.4.44
The application works fine on IIS and IIS Express (apart from a separate rendering issue that i've logged in another call) but I have tried to deploy in Docker Desktop (windows) and the pdfviewer does not function and will not load a file.
When the DocumentPath is changed it just displays the spinner and is greyed out, it never times out it sits there with the spinner indefinitely.
I cannot see any errors in the browser, visual studio or docker console.
All my other functionality works such as displaying a list of data from an external SQL database and I have used the EJ2 calendar control and that works.
Is there a guide/faq or do you have any idea what might be causing this behaviour or any suggestions as to how i can find the problem?
I wondered if it might be a file/share access problem but have no way to tell or any idea how to circumvent the problem if it is.
Many thanks,
Dean