I am using this to generate OG images for a web app and I am getting an incomplete response with an error message, net::ERR_INCOMPLETE_CHUNKED_ENCODING while trying to return an ImageResponse that contains an image.
I have tried manipulating the headers with no resolve. The issue is also intermittent and will occasionally return a full response. Within the image within the image response, the response is complete so it leads me to believe its something about waiting for the image src to fully download before returning it within the ImageResponse.
I can provide more context or actual code if its helpful, but wanted to start there. Any help is greatly appreciated.