Add Media onto "public/uploads" Folder but Media Library of Admin Panel is Not SYNCHRONIZING

Error (Describe the bug)

Directly Add or Delete Media onto “public/uploads” Folder of local at first place but Media Library of Strapi Admin Panel is not synchronizing together.


Your Consultation

Hope your guys kindly provide resolution to resolve this error

System information

Information of npm run strapi report

Screenshot 2024-08-11 at 17 03 11

Operating System

Screenshot 2024-08-11 at 17 05 25

Node.js Version

Screenshot 2024-08-11 at 17 06 28

MySQL Version

Screenshot 2024-08-11 at 17 05 11

  • Database: MySQL 8.4.1
  • Is your project Javascript or Typescript: Javascript

This topic has been created from a Discord post (1272120832394530898) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

It’s because the media items are also stored in the database. Things like the alt-text, media name etc. So you need to upload them through the admin panel for the database entries to be created.

Thank you & appreciated for your professional advises.