Chico
TTCTheo's Typesafe Cult
•Created by NekoChan on 10/20/2023 in #questions
How to set cookie in ct3 app router?
Cookies are read only in route handlers you need to use the response object to set them https://nextjs.org/docs/app/building-your-application/routing/route-handlers
12 replies
TTCTheo's Typesafe Cult
•Created by silva 🍍 on 10/18/2023 in #questions
Ubuntu and T3App
Which node version are you using?
8 replies
TTCTheo's Typesafe Cult
•Created by silva 🍍 on 10/18/2023 in #questions
Ubuntu and T3App
8 replies
TTCTheo's Typesafe Cult
•Created by Manshul on 9/29/2023 in #questions
vercel deployment failed
You’re welcome
36 replies
TTCTheo's Typesafe Cult
•Created by Manshul on 9/29/2023 in #questions
vercel deployment failed
That’s pages iirc not available in app anymore https://nextjs.org/docs/app/building-your-application/rendering/server-components#static-rendering-default maybe this helps
36 replies
TTCTheo's Typesafe Cult
•Created by Manshul on 9/29/2023 in #questions
vercel deployment failed
So it works locally if your dev server is running while trying to build and will fail on vercel
36 replies
TTCTheo's Typesafe Cult
•Created by Manshul on 9/29/2023 in #questions
vercel deployment failed
Yes I understand but it’s trying to fetch while building to make it a static page and that won’t work with the fetch call
36 replies
TTCTheo's Typesafe Cult
•Created by Manshul on 9/29/2023 in #questions
vercel deployment failed
Is your dev server running when you build localy? Since you’re calling your own api route that doesn’t exist at build time
36 replies
TTCTheo's Typesafe Cult
•Created by Vincent Udén on 8/1/2023 in #questions
Vs Code highlighting newlines
Might be a highlight of a space at the end of the line
5 replies
TTCTheo's Typesafe Cult
•Created by HCN on 6/6/2023 in #questions
Any plugins/extensions to make SQLite, PostgreSQL or MySQL immutable/append only
Did you have a look at eventstore?
5 replies
TTCTheo's Typesafe Cult
•Created by venego on 4/1/2023 in #questions
How do I represent relationships in a sql database?
Looks like your sql is malformed select from where and not select where from
Edit that select part doesn’t look right
3 replies
TTCTheo's Typesafe Cult
•Created by ablc on 3/26/2023 in #questions
DayJS Relative Time bug - during T3 Stack Tutorial
https://github.com/t3dotgg/chirp/blob/main/src/components/postview.tsx
do you have line 8?
2 replies