joschan21 / breadit

Modern Fullstack Reddit Clone in Next.js 13 & TypeScript
1.06k stars 261 forks source link

parallel and intercepting route not working #18

Closed ansarjarvis closed 1 year ago

ansarjarvis commented 1 year ago

When I'm clicking on signIn it is showing "Application error: a client-side exception has occurred "

ansarjarvis commented 1 year ago

When I'm clicking on signIn it is showing "Application error: a client-side exception has occurred "

fix: config nextjs to reactStrictMode to be true `/* @type {import('next').NextConfig} / const nextConfig = { reactStrictMode: true, images: { domains: ["uploadthing.com", "lh3.googleusercontent.com"], }, experimental: { appDir: true, }, };

module.exports = nextConfig; `