feat: add dynamic rendering support to AccountPage, AdminPage, DownloadsPage, and SettingsPage components
This commit is contained in:
@@ -3,6 +3,8 @@ import { ChangePasswordForm } from "@/components/account/ChangePasswordForm";
|
||||
import { UserService } from "@/lib/services/user.service";
|
||||
import { redirect } from "next/navigation";
|
||||
|
||||
export const dynamic = 'force-dynamic';
|
||||
|
||||
export default async function AccountPage() {
|
||||
try {
|
||||
const [profile, stats] = await Promise.all([
|
||||
|
||||
Reference in New Issue
Block a user