Closed isaurav0 closed 1 year ago
Did you find a solution? This seems unrelated to this repository.
If you still have this issue, please report this in the Netlify CLI repository or in our support forums.
This still exists for me, I gave up on doing this in netlify.
I want lambda function to serve png/jpg image using golang.
Steps To Reproduce Here's go.mod file.
main.go looks like:
I expect it to return this image.
But I'm getting a weird image with rectangular box instead.
netlify dev
is the command I'm using to run it locally.I was told it relates to this issue in a stackoverflow post that i made.