8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy stateme 9A73 nt. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FreePBX 17
When trying to get user from gql get error. Same error on Freepbx 17 and 16.
Freepbx Version: 17
Core module version 17.0.18.9
Query example:
query { coreUser(id: "Y29yZXVzZXI6MDAwNg=="){ id extension } }
Log Output:
2025-01-08 17:12:16 - stdClass Object ( [debugMessage] => Call to undefined method FreePBX\modules\Core\Api\Gql\Users::getUser() [message] => Internal server error [extensions] => stdClass Object ( [category] => internal ) [locations] => Array ( [0] => stdClass Object ( [line] => 2 [column] => 2 ) ) [path] => Array ( [0] => coreUser ) )
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
FreePBX Version
FreePBX 17
Issue Description
When trying to get user from gql get error.
Same error on Freepbx 17 and 16.
Operating Environment
Freepbx Version: 17
Core module version 17.0.18.9
Relevant log output
Query example:
query { coreUser(id: "Y29yZXVzZXI6MDAwNg=="){ id extension } }
Log Output:
The text was updated successfully, but these errors were encountered: