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
In my amplify project I used npm install aws-amplify aws-amplify-react to install below two libraries
aws-amplify@3.0.7
aws-amplify-react@4.1.6
Then I observed below issues.
Issue 1:
I used amplify add auth to enable authentication, but the default Sign Up page is not the same as usual (amazon default styling), now there is no any styling applied to that page.
Issue2:
I used amplify add storage to enable S3 and made a simple file uploading page, the file can be uploaded to S3 SUCCESSFULLY, however I saw below two errors in Chrome console
Amplifiyer
added
duplicate
If marked with duplicate, issue will be closed & original will be added for traceability
and removed
to-be-reproduced
Used in order for Amplify to reproduce said issue
labels
Apr 21, 2020
In my amplify project I used npm install aws-amplify aws-amplify-react to install below two libraries
Then I observed below issues.
Issue 1:
I used amplify add auth to enable authentication, but the default Sign Up page is not the same as usual (amazon default styling), now there is no any styling applied to that page.
Issue2:
I used amplify add storage to enable S3 and made a simple file uploading page, the file can be uploaded to S3 SUCCESSFULLY, however I saw below two errors in Chrome console
Issue3:
I used amplify mock to start local mocking
while uploading file, in Chrome console, I saw below error and file was not uploaded
error message PUT https://localhost:20005/bucket-name/public/1.png?x-id=PutObject net::ERR_SSL_PROTOCOL_ERROR
After I switched to
"aws-amplify": "^2.3.0"
"aws-amplify-react": "^3.1.9"
All above issues gone
To Reproduce
Install
add auth and storage
start local mocking
Expected behavior
The text was updated successfully, but these errors were encountered: