Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Frog is unusable with Next 15 unless Hono is bumped to v4.6.7 #526

@Sam-Scolari

Description

@Sam-Scolari

Describe the bug

image

This issue has been fixed with hono@4.6.7 and is addressed in this pull request

The requestContext, which is used in the second argument of the handler, is no longer needed. Because the current version of Next.js passes only the values of params. But, you can get the params value from c.req.param().
Ref: https://nextjs.org/docs/app/api-reference/file-conventions/route#context-optional
Ref: https://nextjs.org/docs/app/building-your-application/routing/dynamic-routes#typescript

Link to Minimal Reproducible Example

No response

Steps To Reproduce

No response

Frog Version

0.18.2

TypeScript Version

No response

Check existing issues

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions