I have a python/flask app that runs locally without issue, and the login form has a captcha challenge.
However, the identical code returns FALSE when on Pythonanywhere. Of course I generated new SITE and SECRET keys, pointing to the the pythonanywhere.com domain.
Is the issue that I have a free account, so it's being blocked?
The reCaptcha image shows on the login form (so that's working), the challenge appears (so that's working) and after the challenge, I get a check-mark - which means that I've correctly answered the challenge.
But when I submit the login, the verify fails.
Note that this works on my local machine.
Any assistance would be greatly appreciated.