You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After setting up the bucket, service account, and adding the plugins.js configuration along with middlewares.js configuration, images upload to GCS successfully but the thumbnail is never shown in the Media Library.
Solved. The problem was that I had strapi::security in twice. The second (empty) declaration was effectively overwriting whatever I was putting in the first.
After setting up the bucket, service account, and adding the
plugins.js
configuration along withmiddlewares.js
configuration, images upload to GCS successfully but the thumbnail is never shown in the Media Library.plugins.js
middlewares.js
To Reproduce
Steps to reproduce the behavior:
If I view the image from Cloud Storage however it does display fine in the browser.
As a side note, using the above settings also sees a size folder created for each image upload as discussed in #150
The bucket has been created with
Fine-grained
access controls as per the guidelines.Is there something else I need to do to be able to view the thumbnails?
Strapi version: 4.9.0
Plugin version: 4.6.1
The text was updated successfully, but these errors were encountered: