BotBuilder-Samples icon indicating copy to clipboard operation
BotBuilder-Samples copied to clipboard

Run bot using "npm start" should advise correct URL entry for Emulator

Open BruceHaley opened this issue 4 years ago • 0 comments

Giving the command: samples\javascript_nodejs\13.core-bot>npm start Runs the bot and offers the following advice:

restify listening to http://[::]:3978 Get Bot Framework Emulator: https://aka.ms/botframework-emulator To talk to your bot, open the emulator select "Open Bot"

Problem: The needed URL to enter into the emulator is not given. Nor does the emulator say what to enter.

Solution: Change the last line to read:

To talk to your bot, open the emulator, select "Open Bot", enter http://localhost:3978/api/messages

BruceHaley avatar Aug 12 '21 19:08 BruceHaley