I followed instruction and have upgraded node, installed yarn and build the application. But when I try to create bot and then test/run (just a simple Echo Bot from template) - I am getting:
Sorry, something went wrong with connecting bot runtime.
Cannot read property 'name' of undefined.
Release: Preview 1.0
Application SHA: test
SDK runtime packages: 4.6.0-preview2
What operating system are you using?
Steps to reproduce the behavior:
i folowed https://github.com/microsoft/BotFramework-Composer/blob/stable/docs/tutorial-create-echobot.md

after I Test in Emulator, the Bot does not work well for Echo Bot.
The error is shown below.

You may hit #1535 and we've already merged the fix into master . This will sync with stable branch soon.
Ok, and is there a workaround? (Or how to bot start from scratch?
Michal
On Sun, 10 Nov 2019 at 13:45, Brenda Bai notifications@github.com wrote:
You may hit #1535
https://github.com/microsoft/BotFramework-Composer/issues/1535 and
we've already merged the fix into master . This will sync with stable
branch soon.—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/microsoft/BotFramework-Composer/issues/1541?email_source=notifications&email_token=AD2T7DGZUFXG2LVYASGUVHLQS767NA5CNFSM4JK4QQNKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDU4LTA#issuecomment-552191436,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AD2T7DAP3XOC4RFY5NJKDYDQS767NANCNFSM4JK4QQNA
.
@michalmar I think still not fixed.
Work around is to checkout the master branch and use that until the fix lands in stable.
This case can closed, I had test with the latest update.