Elsa 2 - Nothing works after update
See original GitHub issueHello,
I downloaded the latest version of Elsa 2 (10 minutes ago).
I tried to run the program in src/samples/dashboard/aspnetcore
named ElsaDashboard.Samples.AspNetCore.Monolith
.
Yesterday every tabs were working but today it looks like everything is broken.
If I want to open a tab, nothing is happening. If I refresh the page, there’s only this displaying :
I was able to import my workflow from yesterday and it appears but I can’t edit the activities in it.
Once I tried to edit an activity, nothing works unless I refresh the page.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
How to fix Elsa's "Breaking the Ice" Quest : r/DreamlightValley
I got in when it didn't update after saying "enter the cave", I broke the ice, left again, nothing. Reloaded, the ice was...
Read more >QC frozen after 2.0 update - Quad Cortex
Nothing works, no sound, not buttons, touch screen or on / off button. The only way I can power it off is to...
Read more >Frozen in game :: Hogwarts Legacy General Discussions
I was on my way out through a cave, and it lagged and now its frozen in game, i cant open map, settings,...
Read more >Frozen at New Activities Screen - Tech Talk
Version 1.19.9.0 was updated and working ok. I noticed that after every update my drive space was very quickly going away.
Read more >New iPhone 14 has black screen of death
After the most recent update my iPhone X now has a black screen. It was working fine prior to the update. What do...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
It is working this way ! I managed to import my old workflow and it’s also working 😃 Thank you !
Interesting. So, I just downloaded the repo myself into a fresh directory, and for me everything works as expected. To make sure you didn’t miss a step, I just pushed a couple of build scripts and updated the README file with instructions.
Perhaps you can try out these steps:
master
branch)..\build-assets-and-run-dashboard-monolith.ps1
from the root directory where you downloaded the source (this is the same directory that contains the README.md file).Building the client assets and the project might take more than a few minutes, but when done you should be able to access the dashboard at https://localhost:15265/
Alternatively (or additionally), you can try running the docker compose file if you have Docker installed using the following command:
.\build-and-run-dashboard-monolith-with-docker.ps1