whitra_
Data is not live in local host. Using old stale data
thanks for your help! I actually just figured out how to fix the issue
I had to delete the entire .next folder in the root directory since thats where all the caches are stored, and when i run 'npm run dev' it got completely fresh data.
As far as im aware, a lot of people have issues with how next caches data so much, but you definitely helped me narrow down the issues with your questions
20 replies
Data is not live in local host. Using old stale data
Im not using github for this project, but I don't think i ever did railway u[ either, cuz I'm not ready to go live with it,
but i just ran prisma studio and it does have the live data, so its somehwere in my source code, I can get a repo going on github if you'd like to take a look
20 replies
Data is not live in local host. Using old stale data
@Brody just tried clearing the cache and it didnt change anything
to add though, ive got a console log of all my user data and its showing stale data for that too on the server console, so I know its not the browser
I tried looking thru the next caches and didnt see anything that stuck out to me, but its possible im not sure exactly what im looking for in those caches, and i also dont know if deleting any of those would break anything
20 replies