Teixeira
Route not found when using Fastify adapter
I'm currently running into the following error when attempting to issue a request to my server which is leveraging Fastify:
I'm instantiating the server as such:
appRouter
looks like this:
associateSocialMediaAccount.ts:
I have triple checked that the client and server versions of tRPC match ( ^11.0.0-rc.700
), I'm on "typescript": "^5.7.3"
on both server and client, Node version v22.11.0
4 replies