Open Yohombu opened 3 months ago
Please check Google services (i.e. google.com) and codium.ai are reachable from your PC (i.e. not blocked by any proxy or firewall)
google services are working fine, Intellij version is 2024.1, no blocking from firewall unable to connect http://localhost:63342/codium.codium/ , 404 error not found 401 error cannot authenticate from google, email or github
Same problem
同样的问题,折腾死我了
Same behavior, I haven't used the plugin in a while but went to demo it for a colleague and it was asking me to login but every attempt goes to local 404. plugin version 0.9.5 PyCharm professional
Please try to restart your IDE before making next auth attempt. PS seems like internal ide webserver initialization issue, we'll investigate.
After updating to PyCharm to 2024.2.1 and restarting I was able to log in
On Fri, Sep 13, 2024 at 11:45 AM Artsiom Chapialiou < @.***> wrote:
Please try to restart your IDE before making next auth attempt. PS seems like internal ide webserver initialization issue, we'll investigate.
— Reply to this email directly, view it on GitHub https://github.com/Codium-ai/codiumai-jetbrains-release/issues/257#issuecomment-2349866968, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAOZD5OXURXRDOKQYND3UZDZWMXC7AVCNFSM6AAAAABMIHMCLOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBZHA3DMOJWHA . You are receiving this because you commented.Message ID: @.***>
Tried a solution to log in successfully, first making sure http://127.0.0.1/ was connected and accessible and then replacing the localhost link to 127.0.0.1. Presumably, the reason for the previous unsuccessful login is that localhost does not point to 127.0.0.1 .
Workaround for 404 Not Found
cases (browser's cache issue): open login url in Incognito/Private mode or in another browser
Workaround for
404 Not Found
cases (browser's cache issue): open login url in Incognito/Private mode or in another browser
Applied in Incognito/Private mode, but facing the same issue.