hello, i'm trying to install Umakers invisible recapcha nuget package for Umbraco Forms. My website is perfectly working before installing your package. after installation and when i debug, it says Umbraco.core.pdb not loaded and can't run anymore. i found no documentation related with that package. can you please help me?
first time, i installed it from package manager console, that error happened.
so i deleted the solution, cloned again.
another time, i installed from backoffice, uploading the zip file from local, and it is freezing in "restarting, please wait" . debugger stopped at disassembly too.
I could be wrong, but I don't think the Invisible ReCAPTCHA Field for Umbraco is compatible with V8, which could explain why you're experiencing some issues.
There's a similar issue with another package that wasn't compatible here.
In terms of using the package for V8, I don't think so.
To resolve your problem, you could do what you mentioned at the beginning of your post by deleting the solution and cloning it again to get things back to a working state.
If you're looking to implement the ReCaptcha, you have a few options:
Implement things yourself using some of the official documentation
View the package source code and see if you can re-work it to suit your project
Wait to see if the package (or any others) provide this feature for V8 in the future
Ah, it looks like the source code might have been moved then for for that package.
You can implement whichever ReCaptcha method best suites - the official guides should point you in the right direction with that. It's worth mentioning that there might be a bit of work involved to get things implemented.
For you particular use case, you'll be looking to implement "ReCaptcha v2 - Invisible", I believe. Which can be found here.
Umbraco.Core.pdb not found
hello, i'm trying to install Umakers invisible recapcha nuget package for Umbraco Forms. My website is perfectly working before installing your package. after installation and when i debug, it says Umbraco.core.pdb not loaded and can't run anymore. i found no documentation related with that package. can you please help me?
Hi
What version of Umbraco are you using? How did you install the package?
Alex
any suggestions? @Alex???
any suggestion? @Alex
Umbraco 8.0.2 Forms 8.1.1 Deploy 3.0.1
first time, i installed it from package manager console, that error happened.
so i deleted the solution, cloned again.
another time, i installed from backoffice, uploading the zip file from local, and it is freezing in "restarting, please wait" . debugger stopped at disassembly too.
I could be wrong, but I don't think the Invisible ReCAPTCHA Field for Umbraco is compatible with V8, which could explain why you're experiencing some issues.
There's a similar issue with another package that wasn't compatible here.
Is there anything i can do for it?
In terms of using the package for V8, I don't think so.
To resolve your problem, you could do what you mentioned at the beginning of your post by deleting the solution and cloning it again to get things back to a working state.
If you're looking to implement the ReCaptcha, you have a few options:
Implement things yourself using some of the official documentation
View the package source code and see if you can re-work it to suit your project
Wait to see if the package (or any others) provide this feature for V8 in the future
when i click source code link, it goes there
btw which one do you mean implement by myself?
Ah, it looks like the source code might have been moved then for for that package.
You can implement whichever ReCaptcha method best suites - the official guides should point you in the right direction with that. It's worth mentioning that there might be a bit of work involved to get things implemented.
For you particular use case, you'll be looking to implement "ReCaptcha v2 - Invisible", I believe. Which can be found here.
Hello guys,
This package isn't compatible with Umbraco version 8.
Thanks,
Alex
is working on a reply...