Hey Guys,
can anybody please help me, I’m stucked
Do I do something wrong?
Greetings,
Tom
Hi @codingtom, this error usually arises if the generated typescript code didn’t get fully updated after adding the messaging feature. There are a few steps you need to follow after making the changes:
User.daml
with your changes.daml build
to build the new DAR.daml codegen js .daml/dist/create-daml-app-0.1.0.dar -o daml.js
yarn install --force --frozen-lockfile
from the ui
directory.I suspect, you missed 3 or 4.