Skip to content

Commit beb77f1

Browse files
committed
/registration in FX site must be dynamic
1 parent ec8940b commit beb77f1

File tree

1 file changed

+2
-0
lines changed
  • samples/fx-integration/src/app/registration

1 file changed

+2
-0
lines changed

samples/fx-integration/src/app/registration/page.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import { trackRegistration } from '@/lib/fx';
2+
import { connection } from 'next/server';
23

34
export default async function Page() {
5+
await connection();
46
await trackRegistration();
57

68
return <h1>Thanks for registration!</h1>;

0 commit comments

Comments
 (0)