D
Deno
O
Deno
β’
13mo ago
β’
2 replies
Oak
How to use Deno KV when deploying Next.js to Deno Deploy?
I do not see a straightforward way to use Deno KV inside a Next
.js project deployed to Deno Deploy
:
-
Deno.openKv()
Deno.openKv()
won
't work
-
> Deno is not found
.
-
import { openKv } from "@deno/kv"
import { openKv } from "@deno/kv"
+
await openKv("URL")
await openKv("URL")
won
't work either
-
> The Next
.js app just won
't build with this dependency
.
Am I missing something
?
Deno
Join
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,944
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Deno KV on deno deploy
M
Molan / help
11mo ago
Deploy Next JS app on Deno Deploy
K
Kevin / help
2y ago
Error Deploying to Deno Deploy LODASH isEmpty.js
P
Pinolero / help
3y ago
Deno Deploy KV: Gateway Timeout
K
ker0olos / help
3y ago