mayrmartin
mayrmartin
It would be great to have access to this guide in a structured, well-formatted & searchable manner. I've seen there is an open issue regarding the automated PDF generation in...
## Description 😯 In a TruBudget As A Service deployment, the user created a Trubudget sandbox (no provisioning), logged in as `root` user & created users. After a few days,...
### Description Use node user to run the API in docker Closes #1280
### Checklist - [x] I have followed (at least) the [PR section of the contributing guide](https://github.com/openkfw/TruBudget/blob/main/CONTRIBUTING.md). - [x] I fixed all necessary PR warnings - [x] The commit history is...
## Description 😯 From 2.1 on the wrong user is used in the API Docker container. There is no need to create a new user, simply use the node user....
## Description 😯 On Dockerhub the migration script has version 2.1.0, this is wrong. The migration script is currently in version 1. There should be the possibility set the version...
## Description 😯 The Multichain - Deamon is started by our Node wrapper. The Node wrapper offers a method to start/stop the daemon but does not wait for the daemon...
## Description 😯 The API runs out of heap in deployment. This is probably due to missing cache invalidation. There is a cache invalidation function but the function only gets...
## Description 😯 The API does expose a set of provisioning endpoints. There are several issues with these endpoints ### `provisioning.start` One would assume this endpoint does start the provisioning...
## Description 😯 In the frontend, the value of the currency (exchange rate) is requested via an HTTP GET request from a 3rd party API. But errors regarding no response...