Hi, Whenever I make API calls through my next js server hosted on cloudflare pages, I am constantly receiving the error
Unexpected end of JSON input
Unexpected end of JSON input
when reading await response.json().
I dont know if my servers are being overwhelemed, the api request always works because im testing it on postman. There is something going on, when sending requests from the api. For more info, the request is being sent to my external heroku server.