wasmCloud/wash

[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:

  1. Run command 'wash up --nats-websocket-port 4001'
  2. Run other command 'wash ui --experimental'
  3. Go to http://localhost:3030
  4. Then an error is shown

Screenshots

image

image

**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)
Screenshot 2023-10-18 at 18 39 27

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?