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
I tried to enable this plugin wichin my tanstack router project. But any /api/* route still responses with 404 error from tanstack router. I used vite-plugin-vercel-api plugin where it seems to work. Any idea how this could be archived?
The text was updated successfully, but these errors were encountered:
Also, I'm not familiar with @tanstack/react-router, and it could require a deeper integration even for the build process. vite-plugin-vercel gives you somes helpers and guidelines in order to build your own implementation on top of it (in this case on top of @tanstack/react-router). Vike integration can be taken as a complete example of how to do that.
I tried to enable this plugin wichin my tanstack router project. But any /api/* route still responses with 404 error from tanstack router. I used
vite-plugin-vercel-api
plugin where it seems to work. Any idea how this could be archived?The text was updated successfully, but these errors were encountered: