BlazorFileReader icon indicating copy to clipboard operation
BlazorFileReader copied to clipboard

staticwebassets - System.IO.DirectoryNotFoundException

Open gpillit opened this issue 2 years ago • 1 comments

Hello, I am encountering a System.IO.DirectoryNotFoundException while running my container. The error specifically points to the directory /home/vsts/.nuget/packages/tewr.blazor.filereader/3.3.2.23201/staticwebassets/. The error message indicates that the directory is not found, and this is causing the application to fail.

I have verified that the Tewr.Blazor.FileReader package was successfully installed during the restore process, but it seems that some files or directories are missing, leading to this exception during runtime. This issue is hindering the proper execution of my application.

Additionally, I have reviewed the stack trace and it seems to be related to the StaticWebAssetsLoader and ManifestStaticWebAssetFileProvider.

I would appreciate any guidance or assistance in resolving this issue. Thank you.

gpillit avatar Mar 01 '24 16:03 gpillit

Hello. I would need some more information to help. That said, I'm no docker expert. Is this a runtime issue at the server? Is it a server side or client side project? Are you experiencing the same symptoms as in #82 ?

Tewr avatar Mar 03 '24 13:03 Tewr