You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 ?
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.
The text was updated successfully, but these errors were encountered: