Hui Zhao

Results 254 comments of Hui Zhao

Thanks for the clarification @timneutkens this is helpful to understand an issue I'm facing. I have a follow up question, however, e.g. >Reading process.env.MY_API_KEY in getServerSideProps -> MY_API_KEY Needs to...

>they no longer used public as the default storage category and it changed to guest You don't really need to override the prefix in your bucket for `guest` access level,...

Thanks @ChristopherGabba the keys strings look normal to me (I found an instance that DeleteObject may encounter this error when the key contains quotes) How do you replicate this error,...

Thanks @ChristopherGabba this is helpful. In the service responded error message, it mentioned about this header `If-Modified-Since` that caused this error. though I don't see it in your screenshot, can...

@ChristopherGabba Thanks for confirming, this is odd, as the request doesn't have that header but the service complained about it... I don't have a clue now how this could happen...

Hi @owhittlef Thanks for reporting this issue. Reading your issue description, the issue is that when you specify the `domain` attribute of the `CookieStorage`, even after signing a user correctly,...

Hi all, The error `User needs to be authenticated to call this API` was triggered by an internal call to `getCurrentUser()` for dispatching the Auth Hub event `signedIn`. **Why is...

Hi @Sizlers thanks for trying out the Next.js adapter. Have you configured Amplify on the client side specifying the "SSR" use case? ```typescript Amplify.configure({ ... // your Amplify config object...

Hi @adithep in what sign in flow you are seeing this issue? You mentioned `?code` query parameter, is that the OAuth flow? Can you give details of your set up,...

Hi @vgribok thanks for asking the clarification. Current state: | CPK Support | Stable ver. | Dev Preview ver. | | ----- | :----: | :----: | | GraphQL API...