-
Notifications
You must be signed in to change notification settings - Fork 4
Support Next 14.2.0 #19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@zbeyens can you try a fresh install (removing |
It's still happening 😕 It happens when I use export const runtime = 'edge';
export default function NotFound() {
return (
<div className="space-y-4 pt-32 text-center">
<h2 className="font-heading text-6xl">404</h2>
<p className="text-subtle-foreground">Couldn't find this page</p>
<Link href={routes.home()}>
Back to home
</LinkButton>
</div>
);
} |
getting this on 14.2.1
even after deleting/reinstalling the issue persists @lukemorales |
guys the issue for me was that it was being imported into an // ...
if (publicRoutes.includes(request.nextUrl.pathname)) { // publicRoutes was imported from the nav.ts where next-safe-navigation was used
return NextResponse.next();
}
// ... |
Any update on this? This makes |
I'm getting this error after installing
next@14.2.0
:The text was updated successfully, but these errors were encountered: