Closed amityweb closed 1 month ago
Just resurfacing this I hope... because I am doing another import and have the same issue again. Last time I had to update the databsse directly to change the path IDs so they would appear in the correct folder in Strapi. Thanks
When I upload files they go into the / folder. I added path into the JSON, but its not taking effect completely. In the table files_folder_links, folder_id is correctly set. But in the table files, folder_path is set to /. Strapi is using this folder path to show the image in the correct folder in Admin. Therefore even though the folder shows x number of images inside it, the images are not actually in there, and are all in the root /.
So can one have the folder_path also updated to the folder path?
This is my json for into:
Thanks