try deploying it and see if it still throws an error
try deploying it and see if it still throws an error
--remote be the same?
http://internal/hash IIRC the URL has to be valid

function myFetch(input: RequestInfo, init?: RequestInit<CfProperties<unknown>> | undefined): Promise<Response> {
console.log("myFetch", input, init);
return fetch(input, init);
}