- 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
- Added Custom Domain - API requests with ...
I've added in a custom domain to Appwrite my domain itself is on cloudflare but has Appwrite name servers added and confirmed they work, I added the CAA in clou...
- Table contents missing (attributes+rows)
Here is an image of the cloud and the attributes that should exist Some of the table do have the data but others dont. I am able to access the rows via api c...
- Bug Report: type generation for enum of ...
### 👟 Reproduction steps in the enum element value, instead of English, use another language (Khmer), in my case Khmer text. ``` export enum ProvinceType { ...