Replies: 1 comment 7 replies
-
|
Hi @Nekrosis1 , do you have a simple project perhaps to reproduce the issue? |
Beta Was this translation helpful? Give feedback.
7 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.
-
TL;DR: My Activity boxes are invisible when using Interactive Server side rendering to display Elsa components. How do I fix this?
We are currently planning to transport our Blazor WASM app to a Blazor Web App.
We use the wrappers for Editor and Instance, to integrate these GUI into our app.
I created a new, empty Web App and attempted to get Elsa Core and Elsa Studio to run, this worked quite well.
However, under certain conditions, the performance of these components is rather slow, but having them rendered server side remedies this quite well.
Unfortunately, when using Interactive Server side rendering for these Elsa components, the Activity boxes are invisible. Everything else works, even the Activities themselves are functional. Ports and connections do show up. I get no errors. This only happens when I use Server Side rendering. Using Elsa Shell with server side rendering does not produce this problem, the activity boxes show up.
I searched far and wide for a misconfiguration or something missing, but I cannot find anything.
Has anyone had a similar problem or know how to solve this?
Attached: image of Editor view with invisible boxes.
Beta Was this translation helpful? Give feedback.
All reactions