IDEA integration: "localhost is currently unable to handle this request."
Add the team url to the plugin dialog in IDEA.
Click "Log In".
It opens browser, which says:
"localhost is currently unable to handle this request."
Url is: http://localhost:10001/auth?code=644668d3-505b-416c-a657-d02bbf4eed82
Please sign in to leave a comment.
Anyone else seeing this?
The error is too generic and does not tell you exact problem. What you need is to find out what is the real issue. If your site is serving a Internal Server Error, this can be caused by a number of things, such as:
Normally, a permissions issue on the file (or files) would be one cause of the 500 Internal Server Error. The simple solution is to run chmod 644 on the problem file(s) or chmod 755 on the directories.
The best way to debug the error depends upon the server and what's actually running at the time. Consider some debugging tips to help diagnose and fix common causes of this problem.