- 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
- Is this normal in the self host custom d...
when i try to add custom domain to the project did not see this in 1.8.0 ok when pressed the retry it says "DNS verification failed with resolver 8.8.8.8. Domai...
- I am using s3 for app storage but is it ...
_APP_STORAGE_DEVICE=s3 puts everything to the s3 storage but i need to be able to keep the function builds and site in the local and not waste the cloud storage...
- Local Serverless Function Testing: Are D...
I have followed the instructions to get the CLI working, and have been able to log-in, initialize my project, and created a simple Python function, which calls ...