Eternal Mori
Eternal Mori
Explore posts from servers
TTCTheo's Typesafe Cult
Created by Eternal Mori on 7/16/2023 in #questions
Handling Long-Running Server Functions in Next.js: Seeking Alternatives to Vercel Time Limits
Thanks @nyx (Rustular DevRel) for your suggestion, I will do my research!
8 replies
TTCTheo's Typesafe Cult
Created by Eternal Mori on 7/16/2023 in #questions
Handling Long-Running Server Functions in Next.js: Seeking Alternatives to Vercel Time Limits
Do you mean sst.dev?
8 replies
TTCTheo's Typesafe Cult
Created by Wildhide on 7/11/2023 in #questions
TRPC server side prefetching not working properly
because you added these later?
5 replies
TTCTheo's Typesafe Cult
Created by Wildhide on 7/11/2023 in #questions
TRPC server side prefetching not working properly
Arent the database records corrupt or do the new column createdAt has default values for datetime?
5 replies
TTCTheo's Typesafe Cult
Created by whizzy on 7/10/2023 in #questions
Anyone know how to connect to custom domain?
You can also use a CNAME record like pagwin said, but set it up with a providers API. for example, you can create new domains and set a CNAME record with the vercel API so your users dont have to set it up!
15 replies
TTCTheo's Typesafe Cult
Created by Coded_58 on 7/11/2023 in #questions
Testing and Debugging Next.js13 apps for production
These are the best video's from Theo that gave me answers to these questions: https://www.youtube.com/watch?v=ZGKGb109-I4 https://www.youtube.com/watch?v=FF50H2RWaEY
4 replies
TTCTheo's Typesafe Cult
Created by __equilibrium__ on 7/10/2023 in #questions
HOW TO SELF-HOST UPLOADTHING
Create your own uploadthing backend (yesterday I spoke to Theo, at this moment there just a couple of lambda scripts that handle the requests. it's not finished, there is no "perfect" backend at te moment. but it would be great to give feedback based on your own implementations!
7 replies
TTCTheo's Typesafe Cult
Created by __equilibrium__ on 7/10/2023 in #questions
HOW TO SELF-HOST UPLOADTHING
If you realy want to know you need to dig deep inside the opensource upload thing package en expore how to uploadthing.com server requests are coming in. Then you need to explore how S3 works with it's node API. Then you can create your own API routes that are called from uploadthing, to your own API routes that handles the requests.
7 replies