Ramazan
Explore posts from serversTTCTheo's Typesafe Cult
•Created by Ramazan on 2/21/2023 in #questions
Aurora Serverless V2?
I’m currently looking into using this for a Postgres db and Prisma. Does anyone have experience with this? Would you recommend it? I’ve heard a lot of bad things about V1, but also heard V2 is way better.
1 replies
TTCTheo's Typesafe Cult
•Created by Ramazan on 2/7/2023 in #questions
Saving filter state to query params
Does anyone have any experience using Geschichte with nextjs? I need to save the filter state to query params but it seems kind of overkill plus throws an erroneous type error. Should I just use Zustand and write my own simple persistence store?
https://github.com/BowlingX/geschichte
1 replies
TTCTheo's Typesafe Cult
•Created by Ramazan on 2/1/2023 in #questions
`getServerSideProps` fails silently and returns 404
I’m currently tinkering with something and noticed that when an exception is thrown in
getServerSideProps
, the page just returns a 404 with nothing logged in either console. Is there a way to make it not fail silently and log the error? (I’ve tried putting it in a try catch block)5 replies