The taco-chat demo is broken when I try to run it manually, but not when the Cypress tests run.
Steps to reproduce
- Check out
main (42cb906 as of writing)
pnpm install; pnpm build
- Confirm that Cypress tests pass
pnpm dev:cy:taco
- run e.g.
invitations suite
- Try to replicate the "Alice invites Bob" test:
pnpm dev:taco
- Press "Invite members", "Invite", "Copy"
- Show Bob's laptop
- Press "Join team", paste invitation code, "Join"
What happens: Nothing
What should happen: Bob should join Alice's team, they should both see each other in the list of members, and they should both show a team graph that includes Bob's admission.

The taco-chat demo is broken when I try to run it manually, but not when the Cypress tests run.
Steps to reproduce
main(42cb906 as of writing)pnpm install; pnpm buildpnpm dev:cy:tacoinvitationssuitepnpm dev:tacoWhat happens: Nothing
What should happen: Bob should join Alice's team, they should both see each other in the list of members, and they should both show a team graph that includes Bob's admission.