Skip to content
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

parallel and intercepting route not working #18

Closed
ansarjarvis opened this issue Jul 30, 2023 · 1 comment
Closed

parallel and intercepting route not working #18

ansarjarvis opened this issue Jul 30, 2023 · 1 comment

Comments

@ansarjarvis
Copy link

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

@ansarjarvis
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant