On trying to add image from media folder to entry - "Media Library is Empty"

I wasn’t clear on how to downgrade. I tried yarn create strapi-app@4.11.3 --quickstart in a new folder, which failed.

I then edited my package.json instead e.g.

"@strapi/strapi": "4.11.3",
"@strapi/plugin-users-permissions": "4.11.3",
"@strapi/plugin-i18n": "4.11.3",
"better-sqlite3": "8.0.1"

then

yarn build

This hasn’t resolved the issue. The folders setup in the media library is broken.

For instance if I leave all 13 images in the root media library folder, then say add one image to the ‘icons’ sub-folder, when I open icons folder from create entry I don’t see that one image — I see all 13 images from the root.

We are at a pivotal point in a project deciding between using a NoSQL and SQL database. We are not a 100% on whether we really need a CMS.

I think it might be prudent to have one, which means going down the SQL route. However having issues with something rudimentary like a media library is making me wonder what I am letting myself in for. Hopefully I can sort this out.