We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da821d2 commit 039a14dCopy full SHA for 039a14d
packages/core/src/lib/web.ts
@@ -37,7 +37,7 @@ export async function toInternalRequest(
37
38
const action = actions.find((a) => pathname.includes(a))
39
if (!action) {
40
- throw new UnknownAction("Cannot detect action.")
+ throw new UnknownAction(`Cannot detect action in pathname (${pathname}).`)
41
}
42
43
if (req.method !== "GET" && req.method !== "POST") {
0 commit comments