79645422

Date: 2025-05-30 12:06:14
Score: 1.5
Natty:
Report link

Thanks @xarielah, I tested your approach and it worked perfectly. I've actually used this trick for other cases before too.

Here's how I added it in my file:

import React from 'react';

export const dynamic = 'force-dynamic';

export default function Page() {
  return <></>;
}
Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Whitelisted phrase (-1): it worked
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @xarielah
  • Low reputation (1):
Posted by: Mohammad Bahrampour