whitecube / nova-flexible-content

Flexible Content & Repeater Fields for Laravel Nova
MIT License
788 stars 231 forks source link

Image field not updating #457

Open matthewjumpsoffbuildings opened 1 year ago

matthewjumpsoffbuildings commented 1 year ago

I am using Flexible Content 1.0.7 with Nova 4.22.0 running on PHP 8.2.6. I am using the Flexible Content field inside a Nova Page Manager 5.8.6 Region, if that is relevant.

When I have a standard Nova Image Field inside my Flexible Content, I am finding it is not updating any more. Eg I can change the image, hit 'Update Region' and the page will reload with the old image still in there. It doesnt throw any errors either, just silently fails to update the Image field.

This issue appeared recently after a composer update, but I am not sure which dependency has broken it

RibesAlexandre commented 1 year ago

Hi

I've same error. Rules are not working too.

matthewjumpsoffbuildings commented 1 year ago

I have found that if I build a test using https://github.com/whitecube/nova-page the issue disappears, so I am leaning towards it being a problem with Nova Page Manager, not Nova Flexible Content, but perhaps there is something that could be changed on the Flexible Content side that might make it work more effectively with 3rd party packages like Nova Page Manager?