mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29: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";
|
||||
export default async function Index() {
|
||||
|
||||
export default function Index() {
|
||||
redirect("/transcripts/new");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user