> For the complete documentation index, see [llms.txt](https://ecfmg.gitbook.io/azure-serverless-quickstart/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ecfmg.gitbook.io/azure-serverless-quickstart/open-items/issue-tracking.md).

# Issue Tracking

Open Issues that this project is currently tracking:

* 08-JUL-2021 **SonarCloud** - [Cannot connect to multiple DevOps Platforms](https://jira.sonarsource.com/browse/MMF-2445)
* 12-NOV-2020 **Azure Functions** - [Use ts-node to enable hot reload for local development of TypeScript functions](https://github.com/Azure/azure-functions-core-tools/issues/2302)
* 02-NOV-2020 **React** - Create React App - [Webpack 5 support](https://github.com/facebook/create-react-app/issues/9994)
  * This is needed for many libraries that reference [Mozilla's pdfjs PDF library](https://github.com/mozilla/pdf.js)
    * [Dependency Details](https://github.com/mozilla/pdf.js/issues/13239)
    * [Example why this is an issue](https://github.com/react-pdf-viewer/react-pdf-viewer/issues/499#issuecomment-819568264)
* 2021-09-09 - <https://github.com/GraphQLGuide/apollo-datasource-mongodb/issues/78>
  * Prevents using mongoose types without extending document
* 2021-09-16 - **apollo-datasource-mongodb** - [Prevents using mongoose models and caching](https://github.com/GraphQLGuide/apollo-datasource-mongodb/issues/74)
* 2021-09-16 - **Apollo Server** - [configure healthcheck endpoint](https://github.com/apollographql/apollo-server/pull/5270)
  * Necessary for azure functions to be able to expose endpoint
