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
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.
documentation/src/pages/_document.tsx
Lines 12 to 15 in 901f1b7
- 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.
it's work now thsnks for all