Skip to content

Can not open record mode #392

@NeoCoderMatrix86

Description

@NeoCoderMatrix86

Describe the bug
Open of record mode is not possible. An Exception is thrown

Exception details (if possible)
crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
Unhandled exception rendering component: Cannot provide a value for property '_localStorageOptionsProvider' on type 'AudioCuesheetEditor.Pages.ViewModeRecord'. There is no registered service of type 'AudioCuesheetEditor.Data.Options.LocalStorageOptionsProvider'.
System.InvalidOperationException: Cannot provide a value for property '_localStorageOptionsProvider' on type 'AudioCuesheetEditor.Pages.ViewModeRecord'. There is no registered service of type 'AudioCuesheetEditor.Data.Options.LocalStorageOptionsProvider'.
at Microsoft.AspNetCore.Components.ComponentFactory.<>c__DisplayClass9_0.g__Initialize|1(IServiceProvider serviceProvider, IComponent component)
at Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiffBuilder.AppendDiffEntriesForRange(DiffContext& , Int32 , Int32 , Int32 , Int32 )
at Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiffBuilder.AppendDiffEntriesForRange(DiffContext& , Int32 , Int32 , Int32 , Int32 )
at Microsoft.AspNetCore.Components.RenderTree.RenderTreeDiffBuilder.AppendDiffEntriesForRange(DiffContext& , Int32 , Int32 , Int32 , Int32 )
at Microsoft.AspNetCore.Components.Rendering.ComponentState.RenderIntoBatch(RenderBatchBuilder , RenderFragment , Exception& )
at Microsoft.AspNetCore.Components.RenderTree.Renderer.ProcessRenderQueue()

To Reproduce
Steps to reproduce the behavior:

  1. Open the application in details view
  2. Switch to record view

Desktop (please complete the following information):

  • OS: Windows
  • Browser: Firefox and Edge

Metadata

Metadata

Labels

bugSomething isn't working

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions