Unable to authenticate with Amplify GraphQL query UI

0

When authenticating with Amazon Cognito User pool I get an error with the message "Network Error". In the console I can see that the issue is a Content Security Policy when clicking on the "login" button.

main.js:246 Refused to connect to 'https://cognito-idp.eu-north-1.amazonaws.com/' because it violates the document's Content Security Policy.

When the pop-up dialog opens for providing the credentials (Userpool clientID, username and password) the following error throws:

Refused to connect to 'https://cognito-idp.eu-north-1.amazonaws.com/' because it violates the following Content Security Policy directive: "connect-src https://eu-north-1.console.aws.amazon.com/appsync/tb/creds https://eu-north-1.console.aws.amazon.com/p/ https://eu-north-1.console.aws.amazon.com/phd/ https://*.ccs.amazonaws.com https://eu-n....

Any idea if this is a bug on AWS side?

No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions