You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried creating the ecommerce schema, but I get this error @auth directive with 'apiKey' provider found, but the project has no API Key authentication provider configured.
I set up cognito auth for my application.
When I try API-key auth, I get the following error @auth directive with 'userPools' provider found, but the project has no Cognito User Pools authentication provider configured.
What am I missing here?
The text was updated successfully, but these errors were encountered:
Hi @sankhadeeproy007, After selecting API-key auth, when you get to the "Do you want to configure advanced settings for the GraphQL API?" select "Yes, I want to make some additional changes."
It will give you the option of adding Cognito User Pools as an additional auth method.
I tried creating the ecommerce schema, but I get this error
@auth directive with 'apiKey' provider found, but the project has no API Key authentication provider configured.
I set up cognito auth for my application.
When I try API-key auth, I get the following error
@auth directive with 'userPools' provider found, but the project has no Cognito User Pools authentication provider configured.
What am I missing here?
The text was updated successfully, but these errors were encountered: