structurizr / lite

Structurizr Lite
https://docs.structurizr.com/lite
MIT License
233 stars 28 forks source link

400 on default view, no logs #158

Closed Coldknife2 closed 2 weeks ago

Coldknife2 commented 2 weeks ago

Expected

Default view

Actual

400 image

Steps to reproduce

docker pull structurizr/lite docker run -it --rm -p 8080:8080 -v .:/usr/local/structurizr structurizr/lite

then open web browser on localhost:8080

Version/build information

Structurizr Lite

Severity

Minor

Priority

I have no budget and there's no rush, please fix this for free

More information

No response

simonbrowndotje commented 2 weeks ago

docker run -it --rm -p 8080:8080 -v .:/usr/local/structurizr structurizr/lite works as expected for me.

Assuming it exists, there could be a problem with your workspace.dsl file.

Coldknife2 commented 2 weeks ago

Real strange, I tried to delete the workspace.dsl when I first reported the issue. I just deleted again the one that get generated by default, it now works. Guess I'll close the issue, thanks for looking.