Error with Inserting image into database

I reopened a NodeJS site with Wappler, and upon request I gave OK to update the files and uploaded to server
But now I have a problem that I can’t solve and I don’t know if the cause is due to the update.
I have (in the reserved area) a product insertion page and a product update page, both with a file field for image upload (with dropzone operation).
Now if I upload or update a new product without using the insertion of an image, everything is OK
If, on the other hand, I also use insert image, the image file is saved regularly on the server, but the save operation in the database is not completed
I don’t understand why everything was working smoothly and now this error shows up:
How can I solve?
Thank you

Thanks Teodor
but that’s what I’ve already done and it gives me that error result

Just re-save your server action and the error will be fixed.

1 Like

Ok Thank You Teodor