TanStackT
TanStack4mo ago
30 replies
ripe-gray

Issues with server routes

In Server Routes there are two examples that aren't working:
- const { _splat } = params -> _splat is undefined and i get typescript errors on that declaration.
- setResponseStatus is not woring at all
Server routes are a powerful feature of TanStack Start that allow you to create server-side endpoints in your application and are useful for handling raw HTTP requests, form submissions, user authenti...
Server Routes | TanStack Start React Docs
Was this page helpful?