Hui Zhao

Results 254 comments of Hui Zhao

Hi @dlamon1 apologies for the inconvenience, the documentation about the generic SSR adapter currently is available under the "Gen1" selector: https://docs.amplify.aws/gen1/react/build-a-backend/server-side-rendering/

Hi @MarekBodingerBA thanks for the follow up. Re: > However, if the user immediately signs out, the guest cookie remains in the browser cookies I couldn't reproduce this particular behavior...

Hi @MarekBodingerBA sorry I still couldn't get a solid understanding of the second point. > Reproduce this by letting the server generate a identity and then changing it to some...

To clarify, given the current state of the library: * Supported: customizing the endpoint for only the Cognito User Pool on both the client side and server side * Not...

After digging into the source code, the endpoint resolver for resolving the custom user pool function relies on the Amplify singleton that's used on the client side. This may cause...

The fix for the non-effective custom user pool endpoint in the SSR adapter has released with [v6.6.1](https://github.com/aws-amplify/amplify-js/releases/tag/aws-amplify%406.6.1). The support for a custom identity pool endpoint will be added with this...

Hi @braian125 thank you for the suggestion. Could you clarify when you say "custom types cannot be filtered in queries", you mean query data with a filter which has a...

Hi @ImreC thanks for your suggestion. Regarding the information about the underlying service call, would you prefer to see it on the documentation site, or in the API TsDoc where...

Hi @brianlenz thanks for opening this issue. Could you help clarify: > I have, however, reproduced the issue 3 times by simply waiting overnight and trying again in the morning....

Thanks for the details @brianlenz > If the issue is with @react-native-async-storage/async-storage, I might expect other storage to be wiped out, but our Redux state seems to have no issues....