We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I m getting error message client id and secret key is correct
The text was updated successfully, but these errors were encountered:
Try using this option. I had a 401: See ClientCredentialsGrant.php
if (!$client->isConfidential()) { $this->getEmitter()->emit(new RequestEvent(RequestEvent::CLIENT_AUTHENTICATION_FAILED, $request)); throw OAuthServerException::invalidClient($request); }
Sorry, something went wrong.
I have the same issue. I have followed the tutorial to the T, but there's this error lib/drupal.ts and there's no help in the docs or the github page
lib/drupal.ts
I had the same issue. In my case I was receiving error 400 and I got the error message like this (lib/drupal.ts):
Then looking in the next-drupal library I see it was due to wrong headers sent: https://github.com/chapter-three/next-drupal/pull/598/files
I hope it helps
No branches or pull requests
I m getting error message
client id and secret key is correct
The text was updated successfully, but these errors were encountered: