Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

HabboAPI | NodeJS | AngularJS | Arcturus | Translation System

Initiate Mage
Joined
Jul 2, 2015
Messages
3
Reaction score
0
Hey Billson,

I have a problem, in the Console I get this error:

vendor.js:1 Error: Invalid reCAPTCHA client id: null at Object.Lo [as reset] (recaptcha__de.js:524) at Object.reload (vendor.js:1) at habboapi.js? [sm]:1678 at vendor.js:1 at vendor.js:1 at i.$digest (vendor.js:1) at i.$apply (vendor.js:1) at vendor.js:1 at h (vendor.js:1) at XMLHttpRequest.m.onload (vendor.js:1) "Possibly unhandled rejection: {}"

-> The Captcha is disabled:

"reCAPTCHASettings": {
"captchaEnabled": false,
"siteKey": "",
"secretKey": ""
},

What can I do? I restarted the Server 100x times.
 
Junior Spellweaver
Joined
Jan 28, 2013
Messages
157
Reaction score
104
Hey Billson,

I have a problem, in the Console I get this error:

vendor.js:1 Error: Invalid reCAPTCHA client id: null at Object.Lo [as reset] (recaptcha__de.js:524) at Object.reload (vendor.js:1) at habboapi.js? [sm]:1678 at vendor.js:1 at vendor.js:1 at i.$digest (vendor.js:1) at i.$apply (vendor.js:1) at vendor.js:1 at h (vendor.js:1) at XMLHttpRequest.m.onload (vendor.js:1) "Possibly unhandled rejection: {}"

-> The Captcha is disabled:

"reCAPTCHASettings": {
"captchaEnabled": false,
"siteKey": "",
"secretKey": ""
},

What can I do? I restarted the Server 100x times.

Make sure after you set it to false, you run build-complete
 
Initiate Mage
Joined
Jul 2, 2015
Messages
3
Reaction score
0
I run build-complete like a 50x times but it doesn't work. I tried everything.
 
Back
Top