mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 04:39:06 +00:00
Fixed error: Failed to fetch RSC payload. Falling back to browser navigation
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
|
"use client"
|
||||||
import { redirect } from "next/navigation";
|
import { redirect } from "next/navigation";
|
||||||
export default async function Index() {
|
|
||||||
|
export default function Index() {
|
||||||
redirect("/transcripts/new");
|
redirect("/transcripts/new");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user