Dan Kiuna

Results 221 comments of Dan Kiuna

Closing in favor of https://github.com/aws-amplify/discord-bot/pull/570

@Danish-karim are you also setting `ssr: true` into `Amplify.configure()` ```js import awsExports from './aws-exports.js' Amplify.configure(awsExports,{ssr: true});

Hi @maccoda thanks for opening this issue. Once question to confirm your usage - are you doing this in React Native or on a web application? If in a web...

Hi @soplan thank you for your patience. As mentioned by @israx above, we recommend utilizing [Hub events](https://docs.amplify.aws/gen1/react/build-a-backend/utilities/hub/) to emit the events using the [Pinpoint record API](https://docs.amplify.aws/gen1/react/build-a-backend/more-features/analytics/record-events/) in V6. Do you...

Hi @asmajlovicmars, thank you for opening this issue. With Amplify JS v6 we provide an adapter for only Next.js, although the underlying generic adapters may be used with other frameworks....

Hi @asmajlovicmars @taoatmars following up here - we have published documentation on how to use the generic adapters and can be viewed here - https://docs.amplify.aws/react/build-a-backend/server-side-rendering/ Let me know if you...

HI @MarekBodingerBA thank you for opening this issue. Im working on reproducing this issue and will provide an update soon, in the meantime let me know if you have any...

@MarekBodingerBA thanks for providing the context. Since you are actively deleting the identity it can be beneficial to handle that more gracefully, so we are categorizing that as a feature...

Hi @bard-fauz thank you for opening this issue. Can you confirm that the users that are facing this issue have enabled permissions to access the camera?

Hi @cjnoname thanks for opening this issue. With passkeys, there isn't an explicit registration step that happens, since the user needs to be already authenticated to register a passkey. The...