Skip to content
New issue

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

TypeError: fetch failed #1

Open
sahil432 opened this issue Dec 5, 2022 · 2 comments
Open

TypeError: fetch failed #1

sahil432 opened this issue Dec 5, 2022 · 2 comments

Comments

@sahil432
Copy link

sahil432 commented Dec 5, 2022

I m getting error message
Screenshot 2022-12-05 at 3 00 26 PM
client id and secret key is correct

@marthinal
Copy link

Screenshot 2023-02-22 at 15 01 20

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);
}

@cristinallamas
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants