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 my case, i have deleted an old volume after migrating the images to an S3 volume.
But, some fields are still linked to the old volume, resulting in a InvalidVolumeExcepion being thrown.
In my case, this is thrown when trying to save a channel, so there is no way for me the know which field it concerns.
The message states: This field’s single upload location Volume is missing.
Perhaps, if you'd include the actual field name where the exception in generated, it would be a lot easier to find the culprit, and update the settings, instead of playing hide and seek with all the asset fields.
In my case, i have deleted an old volume after migrating the images to an S3 volume.
But, some fields are still linked to the old volume, resulting in a
InvalidVolumeExcepion
being thrown.In my case, this is thrown when trying to save a channel, so there is no way for me the know which field it concerns.
The message states:
This field’s single upload location Volume is missing
.Perhaps, if you'd include the actual field name where the exception in generated, it would be a lot easier to find the culprit, and update the settings, instead of playing hide and seek with all the asset fields.
Exception gets thrown here
https://github.com/craftcms/cms/blob/develop/src/fields/Assets.php#L657-L696
The text was updated successfully, but these errors were encountered: