Yes, thanks ngn for digging in further and sharing your findings. Looks like this is related to /uploads/reports being missing from the InstallBundle file. While the folder exists, it appears to be a facet of Git that empty folders are not committed or included in the repository, so even though we had pre-created this folder with the intention of preventing this in new installs, the folder may not exist as intended. I believe I can fix it for future releases by adding a placeholder file inside the folder to ensure that it is included in the next release InstallBundle, but for existing installs the solution would be to create this folder and then ensure your system has write permissions for it.