Samples 19a and 19b: README has wrong ports
See original GitHub issueDescribe the bug
In samples 19a and 19b, the site is hosted on localhost:5000
:
https://github.com/microsoft/BotFramework-WebChat/blob/ca62ce2791d4aa11dc9442543d72ef304ea2a44d/samples/19.b.single-sign-on-for-intranet-apps/web/src/index.js#L13
but the README
gives instructions for port 3000
. For example (non-exhaustive):
https://github.com/microsoft/BotFramework-WebChat/blob/ca62ce2791d4aa11dc9442543d72ef304ea2a44d/samples/19.b.single-sign-on-for-intranet-apps/README.md#L47
https://github.com/microsoft/BotFramework-WebChat/blob/ca62ce2791d4aa11dc9442543d72ef304ea2a44d/samples/19.b.single-sign-on-for-intranet-apps/README.md#L100
Expected behavior
Either the site should be hosted on port 3000, or the README should use port 5000.
[Bug]
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Error Pages - ReadMe Documentation
You can create custom error pages to display to your users if they try, for example, to access a broken link. Found under...
Read more >DSC Resource Kit Release June 2019 - PowerShell Team
Our latest community call for the DSC Resource Kit was last Wednesday, June 19. A recording of the call with be posted on...
Read more >Oracle JDBC Frequently Asked Questions | Oracle Slovensko
What is the recommended 19.x JDBC driver to be used with JDK11? ... am I getting an ORA-03127 error when getting the LobLength...
Read more >lg tv hack - Fenice S.r.l
ゲーム用として私室にも置きやすい48 2022/06/19 A few weeks ago, I purchased the latest LG Smart TV. This is the information that vendors SHOULD include but ...
Read more >equihash-solomining/Lobby - Gitter
here is my bat : ccminer-x64 -t 1 -i 19 -a equihash -o 127.0.0.1:16112 -u x -p q ... It feels like the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Just hand-drawn this, but I think you got it now.
Blue line is development. Red line is production.
A better job for us would be a router to route traffic between CRA, REST, and bot. But I think we are too lazy, causing the confusion.
Yes. 19.b is a bit different. Because 19.b does not have a
create-react-app
, so it goes to 5000.I agree, our 19.b README.md is wrongly point to port 3000, should be 5000 instead. 😄