Skip to content

Commit

Permalink
fix: "Page couldn't be rendered statically"
Browse files Browse the repository at this point in the history
  • Loading branch information
simonknittel committed Mar 28, 2024
1 parent 32db5bb commit e152830
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/app/api/confirm-email/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import { log } from "../../../lib/logging";
import { prisma } from "../../../server/db";
import errorHandler from "../_lib/errorHandler";

export const dynamic = "force-dynamic";

const paramsSchema = zfd.formData({
token: zfd.text(),
});
Expand Down

0 comments on commit e152830

Please sign in to comment.