joschan21/breadit

parallel and intercepting route not working

ansarjarvis opened this issue · 1 comments

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

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;
`