diff --git a/packages/houdini/src/runtime/router/server.ts b/packages/houdini/src/runtime/router/server.ts index 6078141e8c..7c31c8cbff 100644 --- a/packages/houdini/src/runtime/router/server.ts +++ b/packages/houdini/src/runtime/router/server.ts @@ -89,6 +89,7 @@ export function _serverHandler({ // find the matching url const [match] = find_match(manifest, url) + console.log(url, match) // call the framework-specific render hook with the latest session const rendered = await on_render({