diff --git a/client/app/[locale]/profile/edit/page.tsx b/client/app/[locale]/profile/edit/page.tsx index a9ec9a60..689e4c3b 100644 --- a/client/app/[locale]/profile/edit/page.tsx +++ b/client/app/[locale]/profile/edit/page.tsx @@ -10,6 +10,8 @@ import { import CommonPageLayout from "@/components/layouts/common" import AuthenticatedPageWrapper from "@/components/wrappers/authenticated" +export const fetchCache = "default-no-store" + const EditProfilePage = async () => { const countryList = await getCountryList() const provinceList = await getProvinceList()