How to ignore /api/ on vite plugin SSR routing ? #667
Answered
by
brillout
fortezhuo
asked this question in
Help & Questions
-
Hi, How to ignore /api/ routing on vite plugin SSR ? My dev app have some error "URL /api/trpc isn't matching any of your page routes. See https://vite-plugin-ssr.com/routing for more information about routing." while I integrate tRPC |
Beta Was this translation helpful? Give feedback.
Answered by
brillout
Feb 24, 2023
Replies: 1 comment 7 replies
-
Seems like you didn't properly install tRPC. Curious: why not Telefunc? (I'm its author.) |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
fortezhuo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seems like you didn't properly install tRPC.
Curious: why not Telefunc? (I'm its author.)