yarricharY
Convex Community3y ago
4 replies
yarrichar

Has anyone got Hono with Convex working

Has anyone got Hono with Convex working? Trying to follow this article: https://stack.convex.dev/hono-with-convex but running into errors:
const mostSpecificHandler = match.handlers[match.handlers.length - 1];

The above line of the lookup method seems broken - match doesnt have a property handlers.

Is there another way of adding dynamic / wildard routes to convex? I.e. URLs of the form /user/:id
Was this page helpful?