slucky31 / mycomicsmanager

MIT License
1 stars 0 forks source link

Create Lib : Access denied #675

Open slucky31 opened 1 month ago

slucky31 commented 1 month ago

23:27:31.861 [21:27:31 WRN] Unhandled exception rendering component: Access to the path '/mcm' is denied.

23:27:31.861 System.UnauthorizedAccessException: Access to the path '/mcm' is denied.

23:27:31.861 ---> System.IO.IOException: Permission denied

23:27:31.861 --- End of inner exception stack trace ---

23:27:31.861 at System.IO.FileSystem.CreateParentsAndDirectory(String fullPath, UnixFileMode unixCreateMode)

23:27:31.861 at System.IO.FileSystem.CreateDirectory(String fullPath, UnixFileMode unixCreateMode)

23:27:31.861 at System.IO.Directory.CreateDirectory(String path)

23:27:31.861 at Persistence.LocalStorage.LibraryLocalStorage.Create(String folderName) in /source/Persistence/LocalStorage/LibraryLocalStorage.cs:line 31

23:27:31.862 at Application.Libraries.Create.CreateLibraryCommandHandler.Handle(CreateLibraryCommand request, CancellationToken cancellationToken) in /source/Application/Libraries/Create/CreateLibraryCommandHandler.cs:line 31

23:27:31.862 at Web.Services.LibrariesService.Create(String name) in /source/Web/Services/LibrariesService.cs:line 23

23:27:31.862 at Web.Components.Pages.Libraries.LibraryForm.CreateOrUpdateLibrary() in /source/Web/Components/Pages/Libraries/LibraryForm.razor.cs:line 35

23:27:31.862 at Web.Components.Pages.Libraries.LibraryForm.b__15_12() in /source/Web/Components/Pages/Libraries/LibraryForm.razor:line 38

23:27:31.862 at Microsoft.AspNetCore.Components.ComponentBase.CallStateHasChangedOnAsyncCompletion(Task task)

23:27:31.862 at MudBlazor.MudBaseButton.OnClickHandler(MouseEventArgs ev)

23:27:31.862 at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task taskToHandle, ComponentState owningComponentState)