AsafA
Deno2y ago
3 replies
Asaf

deployctl error: TypeError: request or response body error

Hey, I'm getting an error when trying to deploy to a project
error: TypeError: request or response body error: error reading a body from connection: stream error received: unexpected internal error encountered

It stucks on ⠴ Deploying... (100.0%) and after sometime it throw the error I mentioned above

I created new project and this is my file
import { emojify } from 'npm:node-emoji@2';

Deno.serve(() => new Response(emojify(':t-rex: :heart: NPM')));


It was working great yesterday, anyone can assist?

I've noticing its not working whenever I specify a npm module import
Was this page helpful?