We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f402d8 commit dba07e1Copy full SHA for dba07e1
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