- I am trying to deploy my project build with tanstack-start on site.
- issue i am facing is appwrite doesnt provide start command option so i can run 'npm run start' after build finishes
- according to tanstack doc (https://tanstack.com/start/v0/docs/framework/react/guide/hosting#nodejs--railway--docker) we need to run "node .output/server/index.mjs" to start our website.
In case of vercel:
- i am using nitro plugin to build my project
- and this plugin provides preset option to choose for which type outp you want
- preset have option for 'vercel' but not appwrite
have tried selecting tanst-start in framework option but getting this:
@Meldiron Would you have any insight on this issue with Tanstack in sites?
I was able to get mine working but I don't use the Nitro V2 plugin and I'm not familiar with it
In case if you dont know, tanstack-start and tansrouter both are little different thing
for reference : https://chatgpt.com/share/68fe3096-31a4-8006-81d3-d5623e8262b2
since appwrite already supports nextjs so supporting tanstack-start also wont be a big deal
Recommended threads
- Cloud function deploy stucks in processi...
Been trying for the last hours to deploy my function but for whatever reason, alwasy stuck on processing!
- One-time Cloud migration blocked by data...
Hi, Iβm blocked on a one-time migration from Appwrite Cloud to my self-hosted Appwrite instance. We already fixed the region issue, and the migration now corre...
- All My Project is Gone
Hello everyone, please help. Why have all my projects suddenly disappeared? I received a warning via email about one of my projects being paused. When I clicked...