Skip to content

Commit

Permalink
Testing out the demo bot - identified problem with teams templater #342
Browse files Browse the repository at this point in the history
  • Loading branch information
robmoffat committed May 12, 2022
1 parent 996bffb commit 9402c65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ Here are clues to solving common issues:
- `UnrecognizedPropertyException: Unrecognized field "xxx"`: A classpath issue, probably you have `jersey-media-json-jackson` included somewhere, don't use that.

- `No message body reader has been found for class ...` : Check your stream Id doesn't have spaces/new lines in it.


- `The bean 'templateEngine',... could not be registered. `: This happens when you have included the Teams Spring Boot Starter but have disabled it with `spring.profiles.active`. This is because the Teams starter brings in Thymeleaf, as does the Symphony starter, and they collide. When Teams Spring Boot Starter is enabled, it renames the Teams Thymeleaf `templateEngine` to avoid this happening. Don't include the Teams Spring Boot Starter unless you're going to enable it.

0 comments on commit 9402c65

Please sign in to comment.