Does anyone encouter Rechart does not work on production? [Resolved]

Issues do not show up on my dashboard page, but it works fine on development. Does anyone have any ideas?


already mosh explained in the course in production static pages does not revalidate the data
in “Updating Issues (43m)” section “7.Understanding caching

got to app/page.tsx at the end add export const dynamic=“force-dynamic”

here is my code