Elijah S. Krukowski
Elijah S. Krukowski
I'll try but all in all I'm pretty sure the problem is with Windows. Thing is, I've tried running tests on Github using Windows machine and everything run smoothly. So...
For anyone who's having this issue with Turbo and does not want to disable it, this article should help: https://dev.to/fadrien/rails-devise-and-recaptcha-with-hotwire-turbo-and-stimulus-2hoh Actually, I had exactly the same issue: even if Turbo...
I'd love to. However I did some more experiments and it seems this setup is only partially working. For example: * I fully reload the login page, enter my email/password...
Actually, I might have found a potential solution. Will experiment more and if it works, I'll submit a PR
@grosser Yay, I think I got it working. Here's a PR with a small notice regarding Turbo/Stimulus https://github.com/ambethia/recaptcha/pull/413
There's no need to make it so complex. The method I've described here https://github.com/ambethia/recaptcha/wiki/Recaptcha-with-Turbo-and-Stimulus works fine with Turbo (not Turbolinks) and Stimulus. I've been using it for a couple of...
I think there is a setting "Callback URL Locked" at apps.twitter.com that controls it, though it needs to be tested
Well, I'm not sure about it. I mean yeah it might be a bit confusing but this name has been used for ages and it would be a bit strange...
I'll think about it. Problem is, I'm not the owner of the repo and the original maintainer is not readily available (I'll need his assistance to rename the repo at...
I was experiencing the same issue with IAM. Removing `use_iam_profile` and setting the correct region (I was using eu-central) solved the problem.