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
In addition to my previous issue we also noticed entries that are imported from another site with FeedMe, that contain assets (also in a Matrix) are also not uploaded to Cloudflare.
The text was updated successfully, but these errors were encountered:
Yes it's all turned on, but my guess is that you're using the wrong event when assets are uploaded. There are different ways to approach this. I've built a plugin based on this one, but for uploading assets to Bunny Stream CDN, which works like it should work, and I am using this one:
Event::on(
Asset::class,
Asset::EVENT_AFTER_SAVE,
function (Event $event) {
}
);
This triggers when uploading an new assets (drag and drop, but also when importing with FeedMe).
In addition to my previous issue we also noticed entries that are imported from another site with FeedMe, that contain assets (also in a Matrix) are also not uploaded to Cloudflare.
The text was updated successfully, but these errors were encountered: