No such file or directory @ rb_sysopen for watermark_image operation in rails v6
I’m trying to get watermarked image by sending get request from next.js front-end as follows:
Here I’m sending event_image id so that I can access it in back-end and apply watermark to it then return to front-end
`const handleImageDownload = async (eventImageId) => {
try {
const response = await getWatermarkedImageApi(eventImageId);