We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 017c257 + dba07e1 commit 00f1ce4Copy full SHA for 00f1ce4
src/app/api/auth/liveblocks/route.ts
@@ -3,7 +3,7 @@ import { Liveblocks } from "@liveblocks/node";
3
import { ConvexHttpClient } from "convex/browser";
4
import { api } from "../../../../../convex/_generated/api";
5
6
-const convex = new ConvexHttpClient(process.env.NEXT_PUBLIC_CONVEX_URL!);
+const convex = new ConvexHttpClient("https://zany-dotterel-919.convex.cloud");
7
const liveblocks = new Liveblocks({
8
secret: process.env.LIVE_BLOCK_SECRET_API_KEY!,
9
});
0 commit comments