[BUG] UI Broken in 0.21.1
norman784 opened this issue · 2 comments
Describe the bug
When accessing the UI loads with an error
To Reproduce
Steps to reproduce the behavior:
- Run command 'wash up --nats-websocket-port 4001'
- Run other command 'wash ui --experimental'
- Go to http://localhost:3030
- Then an error is shown
Screenshots
**Environment (please complete the following information) **
- OS: MacOS
- Shell zsh
- wash Version 0.21.1
Additional context
Installed via cargo and brew, same issue. The version 0.20.2 works fine, didn't tried the previous pre-release version.
@lachieh I was able to reproduce with a chromium based browser (Arc)
May need to check the build to make sure that the latest version of the ui build is making it into the binary. It looks like they were built and committed recently but building off of main still generates different assets.
#925 updates the assets again, which should mean the next version of wash includes a working version. We can probably do a patch release for this, right @connorsmith256?