amplify-js icon indicating copy to clipboard operation
amplify-js copied to clipboard

A declarative JavaScript library for application development using cloud services.

Results 721 amplify-js issues
Sort by recently updated
recently updated
newest added

### 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-amplify/amplify-js/discussions). - [X] I have read the guide for [submitting bug reports](https://github.com/aws-amplify/amplify-js/blob/main/CONTRIBUTING.md#bug-reports). - [X]...

question
GraphQL
not-reproducible
V6
pending-maintainer-response

**Is your feature request related to a problem? Please describe.** I'm using the provided react components to build the auth flow (`@aws-amplify/ui-react`). Unfortunately there doesn't seem to be any possibility...

feature-request
Service Team
transferred
Authenticator

#### Description of changes AppSync now supports [unsubscribing connections ](https://docs.aws.amazon.com/appsync/latest/devguide/aws-appsync-real-time-invalidation.html). Previously this message is not available to uses of the amplify-js libraries. This PR will allow a user to capture...

first-time-contributor
external-contributor

### 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-amplify/amplify-js/discussions). - [x] I have read the guide for [submitting bug reports](https://github.com/aws-amplify/amplify-js/blob/main/CONTRIBUTING.md#bug-reports). - [x]...

bug

### 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-amplify/amplify-js/discussions). - [x] I have read the guide for [submitting bug reports](https://github.com/aws-amplify/amplify-js/blob/main/CONTRIBUTING.md#bug-reports). - [x]...

feature-request
Auth

### 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-amplify/amplify-js/discussions). - [x] I have read the guide for [submitting bug reports](https://github.com/aws-amplify/amplify-js/blob/main/CONTRIBUTING.md#bug-reports). - [x]...

bug
pending-community-response
Data

### Is this related to a new or existing framework? React ### Is this related to a new or existing API? GraphQL API ### Is this related to another service?...

feature-request

### Is this related to a new or existing framework? _No response_ ### Is this related to a new or existing API? REST API ### Is this related to another...

feature-request
API

### Is this related to a new or existing framework? Next.js ### Is this related to a new or existing API? _No response_ ### Is this related to another service?...

feature-request

#### Description of changes Using SSR the guest token in the cookies does not get removed on login. This is because `storeIdentityId` is called on the server-side before it is...