Yiannis
Yiannis
Explore posts from servers
DTDrizzle Team
Created by NotGura on 3/19/2025 in #help
Drizzle Kit: Postgres View Schema Updates Not Detected
Apologies 😅
5 replies
DTDrizzle Team
Created by NotGura on 3/19/2025 in #help
Drizzle Kit: Postgres View Schema Updates Not Detected
Nevermind left my brain at home, had a prefix for the schema and didn't apply it in the view
5 replies
DTDrizzle Team
Created by NotGura on 3/19/2025 in #help
Drizzle Kit: Postgres View Schema Updates Not Detected
Got the same with mysql. After i try to remove it with push i get an error about undefined columns and all pushes stop working
5 replies
TTCTheo's Typesafe Cult
Created by Mase on 10/23/2024 in #questions
Next JS slow initial compile time
I know the feeling. You feel great you solved the thing troubling you for ages but so mad cause it was silly 😂 we have all been there. If you will be self hosting looking into making a docker image and using docker if you don’t need coolify!
108 replies
TTCTheo's Typesafe Cult
Created by Mase on 10/23/2024 in #questions
Next JS slow initial compile time
Hey, I don’t think you need to reach for axiom on this particular issue. If you are still facing it try to check all the components on the tree to find the one causing trouble. Most dumb and straightforward way is to make a test page and start from the top of three mounting the components until you see the slow down
108 replies
TTCTheo's Typesafe Cult
Created by Mase on 10/23/2024 in #questions
Next JS slow initial compile time
Check your component tree of that page, there has to be either some fetch or some really large media files or something along these lines
108 replies
TTCTheo's Typesafe Cult
Created by Mase on 10/23/2024 in #questions
Next JS slow initial compile time
And the slow one in dev takes 21s?
108 replies
TTCTheo's Typesafe Cult
Created by Mase on 10/23/2024 in #questions
Next JS slow initial compile time
And it’s a new page right?
108 replies
TTCTheo's Typesafe Cult
Created by Mase on 10/23/2024 in #questions
Next JS slow initial compile time
That’s normal
108 replies
TTCTheo's Typesafe Cult
Created by Mase on 10/23/2024 in #questions
Next JS slow initial compile time
In dev or start ?
108 replies
TTCTheo's Typesafe Cult
Created by Mase on 10/23/2024 in #questions
Next JS slow initial compile time
I will be going in a minute, just check to see if it’s the same performance in a new page with a completely blank server component or if it’s just that one
108 replies
TTCTheo's Typesafe Cult
Created by Mase on 10/23/2024 in #questions
Next JS slow initial compile time
Server components are not that slow normally
108 replies
TTCTheo's Typesafe Cult
Created by Mase on 10/23/2024 in #questions
Next JS slow initial compile time
That’s not the issue
108 replies
TTCTheo's Typesafe Cult
Created by Mase on 10/23/2024 in #questions
Next JS slow initial compile time
Can you try and make a new blank page and render an empty sever component there and check the network tab?
108 replies
TTCTheo's Typesafe Cult
Created by Mase on 10/23/2024 in #questions
Next JS slow initial compile time
When you do the npm start, is that on your local machine or on the vm? I mean like when you are experiencing the 5s with the empty component
108 replies
TTCTheo's Typesafe Cult
Created by Mase on 10/23/2024 in #questions
Next JS slow initial compile time
Yeah sorry ignore that
108 replies
TTCTheo's Typesafe Cult
Created by Mase on 10/23/2024 in #questions
Next JS slow initial compile time
Actually never mind that was silly to ask
108 replies
TTCTheo's Typesafe Cult
Created by Mase on 10/23/2024 in #questions
Next JS slow initial compile time
Do you have a trpc router called appointments?
108 replies
TTCTheo's Typesafe Cult
Created by Mase on 10/23/2024 in #questions
Next JS slow initial compile time
When you comment out the component, can you check the network tab in your dev tools to ensure there is no fetch requests of any kind
108 replies
TTCTheo's Typesafe Cult
Created by Mase on 10/23/2024 in #questions
Next JS slow initial compile time
Are you using next auth for authentication? If so that has a context and if there is a strange issue with your data source then that could be causing it
108 replies