Exception when trying to create a new workflow definition
See original GitHub issueHi, i just pulled the latest feature/elsa-2.0 branch, because i wanted to see how things are going. Anyway when i want to create a new Workflow i can not do this because i always get this exception:
Microsoft.AspNetCore.Components.Server.Circuits.RemoteRenderer[100] Unhandled exception rendering component: Failed to fetch dynamically imported module: https://localhost:11000/_content/Elsa.Designer.Bindings.Blazor/elsa-workflows.js TypeError: Failed to fetch dynamically imported module: https://localhost:11000/_content/Elsa.Designer.Bindings.Blazor/elsa-workflows.js Microsoft.JSInterop.JSException: Failed to fetch dynamically imported module: https://localhost:11000/_content/Elsa.Designer.Bindings.Blazor/elsa-workflows.js TypeError: Failed to fetch dynamically imported module: https://localhost:11000/_content/Elsa.Designer.Bindings.Blazor/elsa-workflows.js at Microsoft.JSInterop.JSRuntime.InvokeAsync[TValue](Int64 targetInstanceId, String identifier, Object[] args) at Elsa.Designer.Bindings.Blazor.WorkflowEditor.OnAfterRenderAsync(Boolean firstRender) in C:\elsa\src\designer\bindings\blazor\Elsa.Designer.Bindings.Blazor\WorkflowEditor.razor:line 20 at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task taskToHandle) fail: Microsoft.AspNetCore.Components.Server.Circuits.CircuitHost[111] Unhandled exception in circuit 'Gv3sykq0zciAeXTGpJPI3NdARMdWWWPHWe9kkgjVm-A'. Microsoft.JSInterop.JSException: Failed to fetch dynamically imported module: https://localhost:11000/_content/Elsa.Designer.Bindings.Blazor/elsa-workflows.js TypeError: Failed to fetch dynamically imported module: https://localhost:11000/_content/Elsa.Designer.Bindings.Blazor/elsa-workflows.js at Microsoft.JSInterop.JSRuntime.InvokeAsync[TValue](Int64 targetInstanceId, String identifier, Object[] args) at Elsa.Designer.Bindings.Blazor.WorkflowEditor.OnAfterRenderAsync(Boolean firstRender) in C:\elsa\src\designer\bindings\blazor\Elsa.Designer.Bindings.Blazor\WorkflowEditor.razor:line 20 at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task taskToHandle)
I never come to the editor page because it always crashes before it can load. What can i do here?
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (3 by maintainers)
This is what I did:
This worked for me (at least as far as I remember, it was last week 😃). Try and let me know if you have any problems.
If @sfmskywalker approves I could do a pull request adding these steps into root Readme.md