We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec8940b commit beb77f1Copy full SHA for beb77f1
samples/fx-integration/src/app/registration/page.tsx
@@ -1,6 +1,8 @@
1
import { trackRegistration } from '@/lib/fx';
2
+import { connection } from 'next/server';
3
4
export default async function Page() {
5
+ await connection();
6
await trackRegistration();
7
8
return <h1>Thanks for registration!</h1>;
0 commit comments