Fix issues with tanstack-start-authkit#249
Open
yongtheskill wants to merge 1 commit intoget-convex:mainfrom
Open
Fix issues with tanstack-start-authkit#249yongtheskill wants to merge 1 commit intoget-convex:mainfrom
yongtheskill wants to merge 1 commit intoget-convex:mainfrom
Conversation
Nicolapps
reviewed
Jan 13, 2026
Member
Nicolapps
left a comment
There was a problem hiding this comment.
Thanks for your contribution!
When I try to run the project and log in, I get the following error:
Error: It looks like you forgot to return a response from your server route handler. If you want to defer to the app router, make sure to have a component set in this route.
at throwRouteHandlerError (/Users/nicolas/Documents/templates/template-tanstack-start-authkit/node_modules/@tanstack/start-server-core/src/createStartHandler.ts:420:11)
... 8 lines matching cause stack trace ...
at async file:///Users/nicolas/Documents/templates/template-tanstack-start-authkit/node_modules/@tanstack/start-plugin-core/dist/esm/dev-server-plugin/plugin.js:64:30 {
cause: Error: It looks like you forgot to return a response from your server route handler. If you want to defer to the app router, make sure to have a component set in this route.
at throwRouteHandlerError (/Users/nicolas/Documents/templates/template-tanstack-start-authkit/node_modules/@tanstack/start-server-core/src/createStartHandler.ts:420:11)
at eval (/Users/nicolas/Documents/templates/template-tanstack-start-authkit/node_modules/@tanstack/start-server-core/src/createStartHandler.ts:445:7)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async next (/Users/nicolas/Documents/templates/template-tanstack-start-authkit/node_modules/@tanstack/start-server-core/src/createStartHandler.ts:461:16)
at async Object.next (/Users/nicolas/Documents/templates/template-tanstack-start-authkit/node_modules/@tanstack/start-server-core/src/createStartHandler.ts:466:30)
at async newResponse (/Users/nicolas/Documents/templates/template-tanstack-start-authkit/node_modules/@workos/authkit-tanstack-react-start/dist/server/middleware.js:27:24)
at async next (/Users/nicolas/Documents/templates/template-tanstack-start-authkit/node_modules/@tanstack/start-server-core/src/createStartHandler.ts:461:16)
at async startRequestResolver (/Users/nicolas/Documents/templates/template-tanstack-start-authkit/node_modules/@tanstack/start-server-core/src/createStartHandler.ts:248:19)
at async Object.fetch (/Users/nicolas/Documents/templates/template-tanstack-start-authkit/node_modules/@tanstack/react-start/dist/plugin/default-entry/server.ts:16:14)
at async file:///Users/nicolas/Documents/templates/template-tanstack-start-authkit/node_modules/@tanstack/start-plugin-core/dist/esm/dev-server-plugin/plugin.js:64:30,
status: 500,
statusText: undefined,
headers: undefined,
data: undefined,
body: undefined,
unhandled: true
}
Is it working on your side?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixed issues mentioned in #204
Warning: useRouter must be used inside a <RouterProvider> component: changedWraptoInnerWrapIn router.tsxBy submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.