App dir revalidate doesn't work on static routes
Hey guys, anyone knows why revalidate doesn't work on next 13.4.12 app dir ? i read that there's a problem with dynamic routes but in my case im using a static route '/browse' and it still doesn't rebuild the page. I used export const revalidate = 30 and used fetch with { next : { revalidate : 30 } } and nothing works.
0 Replies