Latest docker image throws error when you try to load Swagger.
Specifically, if you check the spec
/v4/words/swagger/spec
{
“Error”: {
“Message”: “The method ‘put’ on path ‘/words/online/put/bookmarks/{bookmarkName}’ is registered multiple times (check the DefaultUrlTemplate setting [default for Web API: ‘api/{controller}/{id}’; for MVC projects: ‘{controller}/{action}/{id?}’]).”
},
“RequestId”: “21f9a2e7-e238-4b7a-90d8-607e78651619”
}
The issue is not present on 20.11 (previous one I used)