Error cache

hello im getting this error, someone knows whats happend?
import { auth } from '@/auth'
import { getUser } from '@/client/services/user.service'
import Home from '@/components/pages/Home'
import { redirect } from 'next/navigation'

export const runtime = 'edge'

export default async function Main() {
const session = await auth()

const user = await getUser(session?.user?.localId ?? '')

if (!user?.cargo_giver) redirect('/profile')

return <Home />
}
import { auth } from '@/auth'
import { getUser } from '@/client/services/user.service'
import Home from '@/components/pages/Home'
import { redirect } from 'next/navigation'

export const runtime = 'edge'

export default async function Main() {
const session = await auth()

const user = await getUser(session?.user?.localId ?? '')

if (!user?.cargo_giver) redirect('/profile')

return <Home />
}
server side exception and when check logs "logs": [ { "message": [ "Error: The 'cache' field on 'RequestInitializerDict' is not implemented." ],
0 Replies
No replies yetBe the first to reply to this messageJoin
Want results from more Discord servers?
Add your server