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
fix(plugin-cloud-storage): fixes an issue with generateFileURL not being respected (#15565)
Fixes#15554
When `generateFileURL` is defined at the collection level, the
beforeChange hook was not using the collection level `generateFileURL`
but instead would fallback to `adapter.generateURL`. The user did not
have an endpoint set on their cloud storage plugin, so this resulted in
the url being generated and stored with a prefix of `undefined/`.
0 commit comments