alexwenzel / nova-dependency-container

A Laravel Nova field container allowing to depend on other fields values
MIT License
46 stars 33 forks source link

[BUG] - Delete an image inside a DependencyContainer gives a 404 #23

Open Waterdhavian opened 1 year ago

Waterdhavian commented 1 year ago

When add an Nova Image field inside the DependencyContainer and you try to delete an image in the edit entry screen then it does perform a DELETE request but it gives a 404. Uploading a new image to overwrite the existing one does work .

tmartty commented 1 year ago

Any news/workarounds on this?

I'm having the same issue with the nova File field.