Skip to content
New issue

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

Company Communicator - Messages queued after New Teams 2.1 Upgrade. #77

Open
saranRK05 opened this issue Mar 21, 2024 · 10 comments
Open
Assignees
Labels

Comments

@saranRK05
Copy link

Initially it throwed an error while accessing CC app on new teams.

After following the below instructions mentioned in the article #68 , the issue with accessing CC got fixed. BUt was unable to edit and exisging Draft message also when sending a new message, it gets struck with status queued. Trid to sync Function apps and restarted App services with no luck.

Instructions Followed:
Change the git branch to App service. To below values
• Disconnect the repo and update to
External Git
Repository: https://github.com/cristianoag/microsoft-teams-apps-company-communicator.git
Branch: From master to master-v5.31

• Perform this change on :
	AppService
	RTLearningHub-data-function
	RTLearningHub-function
	RTLearningHub-prep-function
• Wait for 30 mins and resyn the service. 
• Open Front Door and CDN profiles and navigate to Front door designer

Change routing rule to disable Routing Rule 2

@saranRK05
Copy link
Author

@luishdemetrio luishdemetrio - Any thoughts on this?

@cristianoag
Copy link
Owner

@saranRK05 - Can you create and send a new message? What version did you have previously when the draft was created?

@saranRK05
Copy link
Author

@cristianoag - Yes, created a new message and its getting Queued. With regards to message struck in draft it was created with Teams Classic with CC branch: master. Any advise?

@cristianoag
Copy link
Owner

cristianoag commented Mar 22, 2024 via email

@saranRK05
Copy link
Author

saranRK05 commented Mar 22, 2024

Uploading queued.JPG…
Just queued for ever, Also this happened after changing it to branch master-v5.31.

@cristianoag
Copy link
Owner

cristianoag commented Mar 22, 2024 via email

@saranRK05
Copy link
Author

image
Can see this message on all three function apps.

@cristianoag
Copy link
Owner

Ouch. Now I know what is going on. I guess you upgraded to v5 without changing the function framework. Here is what you need to do:

  1. Run the script https://github.com/OfficeDev/microsoft-teams-apps-company-communicator/blob/main/Deployment/dotnet6-migration.ps1 to migrate your functions and App Service to .Net 6.
  2. Make sure you change the runtime version for all functions to ~4. You can do that after running the above script on Configuration->Function Runtime Settings.

@saranRK05
Copy link
Author

@cristianoag - Thanks, Let me check and revert.

@saranRK05
Copy link
Author

@cristianoag - Thanks for your update, it worked after performing above suggested steps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants