#Application Error.

1 messages · Page 1 of 1 (latest)

quiet tiger
#

Can someone say why do I always fall into the issue of application error, though there seems to be n

wide cliffBOT
#

Hi @quiet tiger. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:

#

The "Application error: a client-side exception has occurred" error you're encountering could be due to a variety of reasons. Based on the information from the Github issue (https://github.com/vercel/next.js/issues/48635), one possible cause could be related to deploying a new version of your site while a user has a tab open to your site. The error seems to occur when the user navigates back to the tab after the new version has been deployed. Refreshing the page seems to resolve the issue.

The error could be due to old site assets no longer existing and throwing 404 errors. It's suggested that there might be a way to cache site assets across deploys to prevent this issue.

However, without more specific information about your application and the circumstances under which the error occurs, it's difficult to provide a more precise answer. It would be helpful to know more about your deployment process, the specific components or pages that are causing the error, and any error messages you're seeing in the console.

Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:

#

@quiet tiger kapa.ai is still learning and improving, please let us know how it did by reacting below