react-hook-form/documentation

issue : Application error: a client-side exception has occurred (see the browser console for more information).

anglofawzy opened this issue · 8 comments

Version Number

7.44.3

Codesandbox/Expo snack

.

Steps to reproduce

image

this error show when open website react-hook-form on chrome or edge

Expected behaviour

normal website react-hook-form

What browsers are you seeing the problem on?

Chrome, Edge

Relevant log output

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

could you share the console log for the error?

@aranlucas any idea on this? I couldn't reproduce this.

Without logs, it's going to be hard to debug. Since it doesn't seem to be reproducible

But if I had to guess possible spots to break the page.

  • <Script
    strategy="beforeInteractive"
    src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js"
    />
    is being accessed without any null checks to see if script was downloaded. CDN could have been down for a moment.
  • NextJS version issues with deployment.

Today was a rough day for day for AWS😰https://health.aws.amazon.com/health/status

Clear cache and refresh will probably work for this situation

I'm leaning towards general deployment/NextJS/AWS issues today since timing lines up. I tried removing docSearch script, and I at least get a blue background.

https://www.vercel-status.com/

You can also try checking the NextJS logs to see if there was any errors (But I'm not sure how much you'll get out of it since it seems to be clientside error).

Without that, not much that I can do :(

Thanks a lot @aranlucas yes, I think it could be related to that. We can close this issue for now, until more information is provided.

could you share the console log for the error?

image

it's work now thsnks for all

Fix for this not to happen again: #975

Any's are the Javascript killers