clear cache for getStaticProps / getStaticPaths
Unanswered
Asian black bear posted this in #help-forum
Original message was deleted.
6 Replies
Original message was deleted
I think it only happends during the
dev mode, when using build or startthat should be managedAsian black bear
thanks! it is actually happening to my app in prod and prod build/start locally 😦
below is an example of what I am seeing! snapshot 1 is before going to one of the static pages
[...slug] is the route with 1000+ static pages but the memory seems to stay the same in snapshot 3 and above even after I go to another page that is not one of the static pages
Asian black bear
I figured it out!
I have global variables referencing the sitemap data within the getStaticProps page