Elsa2 dashboard as a separate server errored #951
Unanswered
SachinMehndiratta
asked this question in
Q&A
Replies: 1 comment
-
|
Make sure to build the client-side assets (including the stuff from the designer/elsa-workflows-studio and the bindings project) using npm install and then npm run build. The AppVeyor build does this automatically which is why the packages do contain these files. If you clone the source code then this is something one must do manually. Other than that, I recommend using the ASP.NET Core dashboard sample project instead of the Blazor one. The former one is simpler yet is more feature complete. Blazor will be updated at some point, but later. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Tried to implement the Elsa2 dashboard as a separate server with Blazor runtime model set as Server throws error on few calls.
Not sure if I am doing something wrong here.
Beta Was this translation helpful? Give feedback.
All reactions