elsa-workflows / elsa-workflows/elsa-gitbook
Is Installation -> Dashboard outdated in the docs?
- Dominant language
- C#
- Stars
- 9
- Forks
- 30
- Avg merge
- 49m
- Merged PRs (30d)
- 32
Description
I am having troubles running the [example](https://elsa-workflows.github.io/elsa-core/docs/next/installation/installing-elsa-dashboard) in the docs. The `_Host.cshtml` content is different from to the [quickstart guide](https://elsa-workflows.github.io/elsa-core/docs/next/quickstarts/quickstarts-aspnetcore-server-dashboard).
First issue was getting the tailwind stylesheet which could not be fetched, but using the cdn didn't make the site work (see image how the webpage looks like).
Substituting tailwind with `elsa-workflows-studio.css` from the quickstart example, the dashboard is shown properly.
... After I removed `server-url` in the `elsa-studio-root`-tag (or leave the value empty). I get a blank page if I put an invalid value (which is provided in the docs). It wasn't obvious for me, so I imagine others will be confused too. I think it would be nice to describe in the docs how `server-url="https://your-elsa-server-url"` will not launch the dashboard.
Also, `` is missing inside `elsa-studio-root`.

Contributor guide
Assessment
This issue has not been assessed yet.