You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documentation is missing, Example code is not working
What is the issue?
I am using elysia + tRPC plugin and started a small setup based on the docs here
The issue is that is i configure a client on localhost:3000 i get a 404 issue.
This can be fixed by adding the and endpoint(without the trailing slash, otherwise its 404 again), but it should be mentioned that it is needed. I don't assume this is a bug on the trpc plugin, though a default "/" could be assumed and used.
What is the type of issue?
Documentation is missing, Example code is not working
What is the issue?
I am using elysia + tRPC plugin and started a small setup based on the docs here
The issue is that is i configure a client on localhost:3000 i get a 404 issue.
This can be fixed by adding the and endpoint(without the trailing slash, otherwise its 404 again), but it should be mentioned that it is needed. I don't assume this is a bug on the trpc plugin, though a default "/" could be assumed and used.
Edit: forgot to add server code
Where did you find it?
(https://elysiajs.com/plugins/trpc.html
The text was updated successfully, but these errors were encountered: