-
I am working on an ionic app that uses amplify and cognito to do federated sigin.
sign in code as follows:
doLoginGoogle() {
this.ngZone.run(async () => {
try {
…
-
### How did you install the Amplify CLI?
npm
### If applicable, what version of Node.js are you using?
v18.16.1
### Amplify CLI Version
10.7.3
### What operating system are you using?
Ubuntu
#…
-
### Before opening, please confirm:
- [X] I have installed the latest version of the Amplify CLI (see above), and confirmed that the issue still persists.
- [X] I have [searched for duplicate or…
-
### How did you install the Amplify CLI?
npm
### If applicable, what version of Node.js are you using?
_No response_
### Amplify CLI Version
12.4.0
### What operating system are you using?
mac
…
-
Amplify CLI with the support of GraphQL transformer, makes it simple to develop a GraphQL API. To see this API in action, Amplify CLI requires customers to push to the cloud. Pushing changes to cloud …
-
### Before opening, please confirm:
- [X] I have installed the latest version of the Amplify CLI (see above), and confirmed that the issue still persists.
- [X] I have [searched for duplicate or clo…
-
Hi,
I have a hairpulling issue with apollo-link-state and AppSync.
No matter what I do, my defaults properties are somehow not properly added to the cache at first open.
Here's my Appsync/Ap…
-
Hi guys.
I made a patch for one of the `@types` NPM modules - (`@types/react-native` to be specific), but it failed with the following message.
```cmd
> yarn patch @types/react-native
yarn run v…
-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-am…
-
**Describe the bug**
It is not a bug I believe, but
Storage.put(...{level: 'private'}) returns uploaded file key without prefix.
**To Reproduce**
Steps to reproduce the behavior:
```
const …