revenz / Fenrus

A personal home page for quick access to all your personal apps/sites.
MIT License
505 stars 29 forks source link

Unable to add terminal (ssh/docker) #194

Open MattStagnitta opened 1 year ago

MattStagnitta commented 1 year ago

Using fenrus:latest docker image, attempting to add any terminal to a group is resulting in a soft crash, as the dashboardterminal type is not recognised. Error log below.


2023-08-22 16:30:00.8953 [INF] => Triggering worker: CalendarEventWorker

AppRazor IsAdmin: = True

AppRazor IsAdmin: = True

warn: Microsoft.AspNetCore.Components.Server.Circuits.RemoteRenderer[100]

  Unhandled exception rendering component: Unknown type: DashboardTerminal

  System.Exception: Unknown type: DashboardTerminal

     at Fenrus.Components.SideEditors.GroupItemEditor.Save() in /app/Components/SideEditors/GroupItemEditor/GroupItemEditor.razor.cs:line 327

     at Microsoft.AspNetCore.Components.ComponentBase.CallStateHasChangedOnAsyncCompletion(Task task)

     at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task taskToHandle, ComponentState owningComponentState)

fail: Microsoft.AspNetCore.Components.Server.Circuits.CircuitHost[111]

  Unhandled exception in circuit 'Rt5lrfqKLDSXFYpW9gpce2Sh2T41MDOTP-NGH6RwmL0'.

  System.Exception: Unknown type: DashboardTerminal

     at Fenrus.Components.SideEditors.GroupItemEditor.Save() in /app/Components/SideEditors/GroupItemEditor/GroupItemEditor.razor.cs:line 327

     at Microsoft.AspNetCore.Components.ComponentBase.CallStateHasChangedOnAsyncCompletion(Task task)

     at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task taskToHandle, ComponentState owningComponentState)