Cannot Edit Allergies or Medical Problems

Situation
Since the original installation of this OpenEMR instance using the wizard on AWS, we have struggled to get some of the demographic information to work properly. We are at a point that Allergies, Medical Problems, and Medications needs to be tracked on patients.

When clicking the edit pencil on any of these demographic areas, the form redirects to a blank white main body. No errors are displayed and its like the edit form doesn’t render.

In looking at the apache error log, we do see the following:

OpenEMR.ERROR: Not all selected assets were included in header {“selectedAssets”:[“popper”],“foundAssets”:[“jquery”,“bootstrap”,“utility”,“main-theme”,“compact-theme”,“textformat”,“dialog”]} [] …

OpenEMR Version
OpenEMR version 7.0.2.1

Browser:
This is occurring across multiple browsers. We mainly use Chrome and Firefox.

Operating System
NAME=“Ubuntu”
VERSION=“20.04.6 LTS (Focal Fossa)”

Search
Did you search the forum for similar questions?
Yes, checked the Default Open Tabs as well as tried to change the theme we are using. Neither changed the behavior.

Logs
Enabling the User Logging did not produce any additional errors.

Bootstrap relies on popper.js for some features. Maybe aws version is missing popper.min.js as an separate library?

I must be checking incorrectly. Inside both the docker and at the root OS, I ran “npm list -g --depth=0” and both returned empty.

I also checked inside the ~/library/js folder and didn’t see anything related to popper.

Lastly, I checked on github to see if I can find reference to popper.js or popper.min.js and didn’t see anything.

If I’m missing something obvious, please let me know.

Thanks,
Jonathan Coreil

It’s also worth mentioning this is being thrown by the demographics.php file. I’ve been comparing this file against others to see if I can diagnose it without having the intimate knowledge of the file system that some of you have.