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')));
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
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community
D
Deno
Chat about Deno, a modern runtime for JavaScript and TypeScript.