3246 | });
3247 | router.openapi(route, async (c) => {
3248 | const body = c.req.valid("json");
3249 | const existingActor = await managerDriver.getWithKey({
3250 | c,
3251 | name: body.name,
^
TypeError: undefined is not an object (evaluating 'body.name')
at <anonymous> (/Users/garrett/Documents/github/experiments/rivet-chat/node_modules/rivetkit/dist/tsup/chunk-E77RVI3P.js:3251:15)
at <anonymous> (/Users/garrett/Documents/github/experiments/rivet-chat/node_modules/rivetkit/dist/tsup/chunk-E77RVI3P.js:3247:34)
at dispatch (/Users/garrett/Documents/github/experiments/rivet-chat/node_modules/hono/dist/compose.js:22:23)
at dispatch (/Users/garrett/Documents/github/experiments/rivet-chat/node_modules/hono/dist/compose.js:6:32)
at dispatch (/Users/garrett/Documents/github/experiments/rivet-chat/node_modules/hono/dist/compose.js:22:23)
at dispatch (/Users/garrett/Documents/github/experiments/rivet-chat/node_modules/hono/dist/compose.js:6:32)
at handleHttpGateway (/Users/garrett/Documents/github/experiments/rivet-chat/node_modules/rivetkit/dist/tsup/chunk-E77RVI3P.js:2906:34)
at actorGateway (/Users/garrett/Documents/github/experiments/rivet-chat/node_modules/rivetkit/dist/tsup/chunk-E77RVI3P.js:2845:16)
at actorGateway (/Users/garrett/Documents/github/experiments/rivet-chat/node_modules/rivetkit/dist/tsup/chunk-E77RVI3P.js:2838:29)
at dispatch (/Users/garrett/Documents/github/experiments/rivet-chat/node_modules/hono/dist/compose.js:22:23)
3246 | });
3247 | router.openapi(route, async (c) => {
3248 | const body = c.req.valid("json");
3249 | const existingActor = await managerDriver.getWithKey({
3250 | c,
3251 | name: body.name,
^
TypeError: undefined is not an object (evaluating 'body.name')
at <anonymous> (/Users/garrett/Documents/github/experiments/rivet-chat/node_modules/rivetkit/dist/tsup/chunk-E77RVI3P.js:3251:15)
at <anonymous> (/Users/garrett/Documents/github/experiments/rivet-chat/node_modules/rivetkit/dist/tsup/chunk-E77RVI3P.js:3247:34)
at dispatch (/Users/garrett/Documents/github/experiments/rivet-chat/node_modules/hono/dist/compose.js:22:23)
at dispatch (/Users/garrett/Documents/github/experiments/rivet-chat/node_modules/hono/dist/compose.js:6:32)
at dispatch (/Users/garrett/Documents/github/experiments/rivet-chat/node_modules/hono/dist/compose.js:22:23)
at dispatch (/Users/garrett/Documents/github/experiments/rivet-chat/node_modules/hono/dist/compose.js:6:32)
at handleHttpGateway (/Users/garrett/Documents/github/experiments/rivet-chat/node_modules/rivetkit/dist/tsup/chunk-E77RVI3P.js:2906:34)
at actorGateway (/Users/garrett/Documents/github/experiments/rivet-chat/node_modules/rivetkit/dist/tsup/chunk-E77RVI3P.js:2845:16)
at actorGateway (/Users/garrett/Documents/github/experiments/rivet-chat/node_modules/rivetkit/dist/tsup/chunk-E77RVI3P.js:2838:29)
at dispatch (/Users/garrett/Documents/github/experiments/rivet-chat/node_modules/hono/dist/compose.js:22:23)