is there some kind of limitation on making http requests from a worker? I have nextjs app that i am

is there some kind of limitation on making http requests from a worker? I have nextjs app that i am using next-on-pages for; it has an api that gets deployed to workers that calls a graphql endpoint. it works fine locally, and using wrangler, but when deployed i get an error ApolloError: Unexpected token '<', "<html><hea"... is not valid JSON
Was this page helpful?