Skip to main content

Questions tagged [deno-deploy]

The tag has no usage guidance.

deno-deploy
0 votes
0 answers
47 views

How to count the number of read/write units being used on KV?

The free plan of Deno Deploy gives me 450,000 read units and 300,000 write units per month. One read unit is equivalent to 4 KiB of read. If you read a 2 KiB record this is 1 read unit. If you read 4....
Ooker's user avatar
  • 2,625
0 votes
0 answers
35 views

Can you specify webassembly extensions in deno deploy instances?

Is there a way to configure a v8 isolate in deno deploy to enable certain webassembly extensions, that v8 doesn't yet enable by default? Or more generally, request any other optional v8 features that ...
dubiousjim's user avatar
  • 4,772
0 votes
1 answer
130 views

error: Uncaught (in promise) NotFound: Failed to spawn 'start': program not found

I'm running deployctl deploy and here is the result: PS D:\QC supplements\Code\Apps\trankyweb> deployctl deploy --project=c5w-tran-ky --entrypoint="./ThanhPhan BoTro/web/main.ts" i Using ...
Ooker's user avatar
  • 2,625
0 votes
1 answer
102 views

Deno HTTP Server not working on Deno Deploy with Oak

Hi I'm having trouble deploying my Deno server to Deno Deploy. I suppose it's having something to do with the Bcrypt library but I have no idea how I could fix this with maybe another library, or ...
Loran Maes's user avatar
0 votes
2 answers
120 views

Error: The deployment failed: Relative import path "$fresh/server.ts" not prefixed with / or ./ or ../

When deploying I get this error: Deploying... (100.0%) Error: The deployment failed: Relative import path "$fresh/server.ts" not prefixed with / or ./ or ../ A person who had the same error ...
Ooker's user avatar
  • 2,625
0 votes
1 answer
256 views

Can't parse Deno Oak body from Post request form-data / json

I am using Deno with Oak and Deno KV to make a S3 service clone. Uncaught (in promise) Error: Caught error from `readSlice()` without `partial` property This is the error I receive every time I try to ...
Miguelo's user avatar
  • 131
0 votes
1 answer
266 views

Issue deploying a Deno Fresh app using new ahead-of-time builds and GitHub actions

I'm trying to deploy my Fresh app using the new ahead-of-time builds to pre-optimize static assets. I've followed the instructions on the docs site and it works just fine locally. However, when trying ...
hcode's user avatar
  • 15
0 votes
1 answer
470 views

TypeError: Deno.readFileSync is not a function

I am running into this error when I deploy my project to deno deploy. TypeError: Deno.readFileSync is not a function at parseFile (https://deno.land/x/[email protected]/mod.ts💯59) at config (https://deno....
Mohamed Abdinasir's user avatar
1 vote
0 answers
544 views

Firebase throws an error: "Could not reach Cloud Firestore backend. Backend didn't respond within 10 seconds."

I followed this deno tutorial to create a simple web server that interacts with firebase. I created a copy of my deno project here. If I make an api call to the endpoint to /user-requests, I get an ...
Matt's user avatar
  • 8,753
0 votes
1 answer
432 views

Error: "githubAccountBlocked" "Your account has been temporarily blocked. Please try again later, or use a different account."

I'm following along to the instructions on Deno as displayed here but I get the error "githubAccountBlocked", "message": "Your account has been temporarily blocked. Please ...
Badrul's user avatar
  • 459
0 votes
1 answer
399 views

using paulmillr/noble-secp256k1 with deno deploy

I have this line in my file: import * as secp256k1 from "npm:@noble/secp256k1"; It works fine locally (deno run) When I try to deno deploy, it cannot find the module. I read this is because ...
Uri's user avatar
  • 26.6k
0 votes
1 answer
334 views

How to redirect from https://www.example.com to https://example.com in Deno Fresh?

I have a website deployed on Deno deploy with a custom domain. I thought it would be possible to configure the appropriate redirects directly in the platform like I could do in for example, Vercel. My ...
hcode's user avatar
  • 15
2 votes
2 answers
589 views

GetStream with Supabase via Edge Function -- how to?

I need to write a Supabase Edge Function that interacts with GetStream. But as Supabase Edge Functions are running via Deno, I am importing the package via JS Deliver as follows: import { StreamChat } ...
boeledi's user avatar
  • 7,357
0 votes
1 answer
147 views

Oak framework Doesnt respond to request in deno deploy

I tried deploying my deno app to deno deploy but I have tried all means to work but still no response and I have no error in logs. This my code below.. import { load } from "https://deno.land/std@...
Mike MC's user avatar
1 vote
1 answer
474 views

How to do robust logging in Deno Deploy?

I've been evaluating Deno Deploy as a solution for a middleware listener used in a larger application, and one thing that I'm still struggling with is that the Deno Deploy playground doesn't seem to ...
cayblood's user avatar
  • 1,876

15 30 50 per page