User Profile
domix1996
Copper Contributor
Joined Nov 10, 2023
User Widgets
Recent Discussions
Problem with Bot configuration - Agent returned unsuccessful status code InternalServerError
I have a problem with the configuration of the bot in message-extension. I am using the app in MS Teams for both the bot (message-extension in channels only) and tabs for personal use. Everything locally worked. As I published for the organization, only tabs works, message-extension does not respond to the query and to the others, that is, the whole for the bot solution does not work. After checking in the console, I see something like this: Locally for the bot, I use the Bot Framework implemented by https://dev.teams.microsoft.com/, while the production version of the bot is generated for Azure as Azure Bot. This is the configuration I have for env local files: For the production version, on the other hand, I have these: In addition, the Bot was converted to ES6 language, I defined it in package.json to read the type as a module: The manifest.json is set up like this: ... I'm missing an idea of what to set in Azure or what to set in code to make message-extension start responding to user requests.... Could you advise me?Search solution for storage API for user tenants
Hi all I'm searching for simillar solution as Jira solution for storage global data: https://developer.atlassian.com/platform/forge/runtime-reference/storage-api/ Is is possible that if I define storage global, that all user for in same tenant are using with defined key call custom data ? I call example: storage.get("some-data") - that is possibly can use for all users - global storage.get(`some-data-${userId}`) - only specific user can use data Is it possible? Please advice me.. What package solution would help me use this ?588Views0likes1Comment
Recent Blog Articles
No content to show