amazon-cognito-identity-js icon indicating copy to clipboard operation
amazon-cognito-identity-js copied to clipboard

Use case 4 as an example?

Open kaihendry opened this issue 7 years ago • 3 comments

I tried changing the signup form but I was unable to get it working. :(

https://s.natalian.org/2017-10-11/main.jsx

kaihendry avatar Oct 11 '17 08:10 kaihendry

can you provide the error that you get?

In use case 4 I get to the point of S3 but then get multiple times this error:

Failed to load https://s3.amazonaws.com/: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:3000' is therefore not allowed access. The response had HTTP status code 403.

after installing some chrome extension that handles the CORS I just get "NetworkingError: Network Failure errors

lielran avatar Oct 14 '17 15:10 lielran

Sorry:

Uncaught TypeError: _awsSdk.CognitoIdentityServiceProvider.AuthenticationDetails is not a constructor

In line 76.

kaihendry avatar Oct 16 '17 02:10 kaihendry

What project are you referring to? Not entirely sure we have a sign up form in this project.

itrestian avatar Nov 01 '17 23:11 itrestian