Help displaying image after cropping

I followed @Teodor tutorial on image processing server action to resize, same, and crop . near the bottom of the discussion that followed the tut someone asked about using the image in a database. I would like to use the image on the page with upload form but am having issues finding the output action to bind my image source in order to show the image.

After creating a new server action I am able to see and use the newImage1 but still not working?
sc1
thx

It seems that my issue is with the route function. I am using the correct binding and everything works in my php version but when I use node it does not function so I am pretty sure it is due to the route setup. In the tut for the routing information it does not contain the latest iteration or at least i’m not seeing it. Cant seem to find info about the route type used. e.g., content, url, pages…