Problem with my api route
fetch("/api/login")
fetch("/api/login")
ERROR “Promote to Productin” in Deno Deploy

Tell `deno outdated` to show patch level updates
deno outdated
to show ALL updates, even those affecting only the patch level?
I fI have "@std/cli": "jsr:@std/cli@^1.0.0"
in deno.json
, deno outdated
won't say anything, even though the current version is 1.0.11.
It's also unclear what version will actually be used in that case since the ^
is specified. The most recent in the cache? Does deno outdated
silently update to the last patch level?...Bad resource ID ERROR
at node:http:306:27
at HttpsClientRequest._writeHeader (node:http:398:7) ...
Deno application with just a Websocket connection gives 504 in Prod Deno Deploy
ROAD MAP 2025? Please read whole message
Jupyter Docker with Deno?
hey, I'm trying to use npm:express-openid-connect@^2.17.1. However, when I try to:
import { auth, ConfigParams, requiresAuth } from "express-openid-connect";
I get the error:
error: Uncaught SyntaxError: The requested module 'express-openid-connect' does not provide an export named 'requiresAuth'
I think this is because of the way this is exported by the library:...How to get problems solved
How to use a private Deno module hosted in a private repository?
Why everything is marked as deprecated in API documentration ? And what are the altenratives ?
How to load DWARF debugging symbols from WASM modules when running `deno --inspect`
deno --inspect
. While this does work with the raw WASM, it does not actually display any of the debug symbols that are included when you compile with -g
I've set up a project to demonstrate the issue: https://github.com/cowboyd/deno-wasm-debug
I'm not sure exactly why this is not working in Deno, but it could very well be that it is not loading the custom devtools extension that is require to load the debug symbols....403: Forbidden on Deno /JSR Website
In Deno 2.1.7 I stumbled on Deno.Stdin, Deno.FsFile but using these types fails to pass check
Removing file extensions on import
Why deno.exec is much larger than bun.exec

Uncaught (in promise) TypeError: Reflect.getMetadata is not a function
ORM Library for PostgreSQL
QUIC QuicReceiveStream read() panics when peer disconnects
jsts with deno