grandpaK420
Explore posts from serversTTCTheo's Typesafe Cult
•Created by grandpaK420 on 10/28/2023 in #questions
Error in Next.js Caused by Middlware
I ran into the same problem this GitHub issue pointed out: https://github.com/vercel/next.js/issues/56368
And I can't get it to work based on the comments. Anyone can help please?
1 replies
❔ SSL inside AWS EC2
Hello everyone, I am having issues with SSL. I bought a certificate from Sectigo (which I believe is a trusted CA), but when I connected the ssl certificate to nginx and to my nestjs app inside aws ec2, I am having a 'connection not secured'. How to solve this issue? Thanks
Here is the nginx config:
40 replies
TTCTheo's Typesafe Cult
•Created by grandpaK420 on 12/2/2022 in #questions
Framer Motion useInView()
any idea why this is not adding 100px of margin until the introContainerInView will become true?
1 replies
TTCTheo's Typesafe Cult
•Created by grandpaK420 on 11/27/2022 in #questions
Two Columns Grid Design
21 replies
TTCTheo's Typesafe Cult
•Created by grandpaK420 on 11/24/2022 in #questions
Next JS Image Warning
I was getting this warning while using next/image
and when I add the priority prop to the
<Image />
component I get this warning..
Any tip on how I can fix this warning? Thanks 🙂5 replies