Hi @abrigrobler,
Welcome to the Render community!
It looks like the Render Disk for your Strapi web service may be missing an uploads
folder. You can add one by creating an uploads
folder inside your code repository and then redeploying your web service.
Git won’t include a folder, if it’s empty. But you can work around this by creating an empty .gitkeep
file and placing it inside the folder.
Here’s an example: