This repository was archived by the owner on Oct 22, 2025. It is now read-only.

Description
Hey, am trying to deploy this to Cloudflare workers and Durable Objects but am getting an error
"message": "Uncaught TypeError: The \"superCtor.prototype\" property must be of
type object. Received undefined\n at node:util:121:15 in inherits\n at placeholder:4
228:5 in node_modules/sonic-boom/index.js\n at placeholder:20:50 in __require2\n at
placeholder:5955:21 in node_modules/pino/lib/tools.js\n at placeholder:20:50 in __req
uire2\n at placeholder:6339:35 in node_modules/pino/lib/levels.js\n at placeholder:2
0:50 in __require2\n at placeholder:6584:9 in node_modules/pino/lib/proto.js\n at pl
aceholder:20:50 in __require2\n at placeholder:7592:17 in node_modules/pino/pino.js\n
I do not know why the error is showing up (actorcore used to work alright)
I am trying to deploy this example here using SST
When i remove everything and leave only Hono, it deploys without any issues. When I add in rivetkit, i start getting this error