-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Delete image from s3 #127
Comments
@nimisham Hi! Could you please provide logs? |
hi
please find below Screenshot for error
![image](https://user-images.githubusercontent.com/29773967/124455862-ab691680-dda7-11eb-8b5d-f936f0f24f49.png)
exception: "Exception"
file: "\\vendor\\dmitrybubyakin\\nova-medialibrary-field\\src\\MedialibraryFieldResolver.php"
line: 45
message: "Field with attribute `media` is not found."
|
@nimisham Do you use any plugins? Or maybe this field is conditional? |
The error says there is no |
@nimisham Looks like this package doesn't support Nova Tabs. |
@nimisham You can add custom resolver in your service provider like this
|
yes it's because of Nova tab |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am using s3 to upload images and preview it using temporary urls.
But when we try to delete images facing issue like attached
In short we don't have coumn in our resource.. we are managing it using spatie media library (media table)
The text was updated successfully, but these errors were encountered: