Click here to Skip to main content
15,887,027 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
When we hit this link "http://x.x.x.x:3000/sign-in" on browser, we get it the below error and after cancelling it, the buttons are not working.
Uncaught runtime errors:
ERROR
[object Object]
    at handleError (http://x.x.x.x:3000/static/js/bundle.js:60477:58)
    at http://x.x.x.x:3000/static/js/bundle.js:60500:7


What I have tried:

I didn't get anything. I am still searching for the accurate solution.
Posted
Updated 29-Aug-23 1:55am
v2
Comments
Dave Kreskowiak 29-Aug-23 8:15am    
Based on what you posted, you will never find a solution, let alone accurate, for such a generic error message.

Without seeing the code that's throwing the error, it's quite impossible for anyone to tell you what you're doing wrong.

1 solution

If it's your website, then you have a secret error somewhere in your secret code. You need to fix that.

If it's someone else's website, then they need to fix it. You should report it to them, assuming you can find a way to contact them with their website so fundamentally broken.

Either way, there's nothing we can do to help you. We don't have access to the affected code. Fortunately, all major browsers have the tools that you, or the site authors, need to do the job:

JavaScript Debugging[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900