We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What version of the Emulator are you using.
Current main
Give a clear and concise description of what the bug is.
When creating a setting, we use url https://botframework.azure.us here
https://botframework.azure.us
BotFramework-Emulator/packages/app/client/src/ui/dialogs/botCreationDialog/botCreationDialog.tsx
Line 265 in 0e7667a
But when we check it in the server, we check a string azureusgovernment instead
azureusgovernment
BotFramework-Emulator/packages/app/main/src/server/routes/channel/conversations/handlers/getBotEndpoint.ts
Line 52 in 0e7667a
Steps to reproduce the behavior:
"channelService": "https://botframework.azure.us"
Give a clear and concise description of what you expected to happen.
If applicable, add screenshots to help explain your problem.
Add any other context about the problem here.
[bug]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Github issues should be used for bugs and feature requests. Use Stack Overflow for general "how-to" questions.
Version
What version of the Emulator are you using.
Current main
Describe the bug
Give a clear and concise description of what the bug is.
When creating a setting, we use url
https://botframework.azure.us
hereBotFramework-Emulator/packages/app/client/src/ui/dialogs/botCreationDialog/botCreationDialog.tsx
Line 265 in 0e7667a
But when we check it in the server, we check a string
azureusgovernment
insteadBotFramework-Emulator/packages/app/main/src/server/routes/channel/conversations/handlers/getBotEndpoint.ts
Line 52 in 0e7667a
To Reproduce
Steps to reproduce the behavior:
"channelService": "https://botframework.azure.us"
azureusgovernment
Expected behavior
Give a clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
[bug]
The text was updated successfully, but these errors were encountered: