Next.js Discord

Discord Forum

Missing `origin` header from a forwarded Server Actions request.

Unanswered
Polar bear posted this in #help-forum
Open in Discord
Polar bearOP
export async function POST(req, res) {
  const body = await req.formData();
  return redirect(`/`);
}

5 Replies

Polar bearOP
Polar bearOP
any help?
English Angora
@Polar bear were you able to fix it?
English Angora
😢