Help to unblock issue with Reporting & Reporting REST modules in O3?

, ,

So this seems to require doing the following commands to get it to work:

docker-compose up -d
# wait for install to complete
docker-compose restart backend
# now the server works

It would be nice if we could avoid the need for the second line. Not quite sure why that happens.

I’m also a bit stumped on the patient chart loading issue. If I run the patient-chart-app locally, everything works as expected… There are also no obvious errors, which makes it a bit hard to know where to start… Even if we had source maps with out an error to start from it’s going to be a bit weird.

The problem seems to be in this component. In particular, the isLoadingPatient doesn’t seem to be getting set to true, hence the loading widget showing forever.

From the Network tab, I can see it actually loads the patient 3 times, which seems a bit off…

1 Like