Local dev: 422 error on login (potentially abusive traffic)
We are happy to answer your questions about the code or discuss technical ideas.
Please complete the following checklist (by adding [x]):
- [ x ] I have searched open and closed issues for duplicates
- [ x ] This isn't a feature request
- [ x ] This is not a report about my app not working as expected
Hi there,
Trying to run the project locally to contribute to the project, but unfortunately I can not get past the login screen. Using yarn version 4.5.3, node 20.14.0.
Ran yarn workspace proton-calendar start, and then entered Proton account details at localhost:8080/login screen. I'm receiving 200 for /api/core/v4/auth/info, but 422 Unprocessable Content for /api/core/v4/auth:
{
"Code": 2028,
"Error": "We are detecting potentially abusive traffic coming from your network and have temporarily blocked logins. If you believe this is in error, please contact us here: https://proton.me/support/appeal-abuse",
"Details": {}
}
Proxy seems by default to redirect /api,/internal-api -> https://mail.proton.me.
I noticed #419, #343 and #304 also describe issues with getting a local dev environment running, but I'm not seeing any references to this specific problem. (I'm not getting any captchas, for instance).
Also tried re-connecting to other VPN servers, but that did not seem to resolve the issue. Any help would be greatly appreciated!
Also having this problem, did you find a solution for this? Really wanted to contribute to this repo but it's hard to when i can't even test what i made
Unfortunately did not find a solution for this yet. Hope that a maintainer can still get back to us on this!