egave
Connect to managed databases from "INSIDE" of Deno Deploy
Hi I am trying to connect to a managed database from INSIDE another application in deno Deploy.
But I have this error :
ā Deployment failed.
error: The deployment failed: UNCAUGHT_EXCEPTION
TypeError: Non-default databases are not supported
at Object.openKv (ext:deno_kv/01_db.ts:9:21)
at file:///src/src/service/db.ts:2:23
Why shoudn't this be possible ?
2 replies