API error on account create

studiotrid

New Member
Nov 4, 2021
1
0
0
This is error that I get when trying to add account on uCloud using API


Error: Failed finding url: https://cloud.keplerunited.org/api/v2/account/create <div style="padding:20px; background-color: #FFBABA; border: 1px solid; color: #D8000C;"><span style="font-family: Arial, Helvetica, sans-serif;"><strong>SYSTEM ERROR:</strong><br/><br/><table cellspacing="0" cellpadding="2"><tr><td style="width: 150px; font-weight: bold;">Error Msg:</td><td>Uncaught Error: Call to undefined method App\Helpers\UserHelper::loadUserByEmailAddress() in /home/keplerunited/cloud.keplerunited.org/app/services/api/v2/endpoint/ApiAccount.class.php:118 Stack trace: #0 /home/keplerunited/cloud.keplerunited.org/app/services/api/v2/ApiV2.class.php(113): App\Services\Api\V2\Endpoint\ApiAccount-&gt;create(Array) #1 /home/keplerunited/cloud.keplerunited.org/app/controllers/ApiController.class.php(33): App\Services\Api\V2\apiV2-&gt;processAPI() #2 [internal function]: App\Controllers\ApiController-&gt;index('account', 'create') #3 /home/keplerunited/cloud.keplerunited.org/app/helpers/RouteHelper.class.php(367): call_user_func_array(Array, Array) #4 /home/keplerunited/cloud.keplerunited.org/app/core/Framework.class.php(239): App\Helpers\RouteHelper::processRoutes() #5 /home/keplerunited/cloud.keplerunited.org/app/core/Framework.class.php(23): App\Core\Framework::dispatch() #6 /home/keplerunited/cloud.keplerunited.org/index.php(20): App\Core\Framework::run() #7 {main} thrown</td></tr><tr><td style="width: 150px; font-weight: bold;">File:</td><td>/home/keplerunited/cloud.keplerunited.org/app/services/api/v2/endpoint/ApiAccount.class.php</td></tr><tr><td style="width: 150px; font-weight: bold;">Line Number:</td><td>118</td></tr><tr><td style="width: 150px; font-weight: bold;">Error Type:</td><td>E_ERROR</td></tr></table></span></div>



can you help?