About 1,580,000 results
Open links in new tab
  1. Amplify: CORS header ‘Access-Control-Allow-Origin’ missing error …

    Apr 14, 2020 · 0 I just had this same problem pop up for me where I was working with Amplify and trying to secure the API Gateway to only be accessible to logged in users via Cognito. The …

  2. AWS Amplify: Switch existing app to new repository?

    Sep 25, 2022 · Question Is there any way to point existing Amplify apps to new repositories? Failing that, is there a way to clone Amplify app settings (including Backend environments) …

  3. amazon cognito - AWS Amplify Authentication Issue: "Auth …

    Dec 15, 2023 · next.js amazon-cognito aws-amplify aws-sam asked Dec 15, 2023 at 17:40 Hatprob 156 1 2 9

  4. Get current authenticated user's email in aws-amplify v6

    Dec 26, 2023 · The getCurrentUser function imported from aws-amplify/auth only gives me username, userId, signInDetails. I want the current user's email. I also tried with …

  5. How to change Node Version in Provision Step in Amplify Console

    Jun 5, 2019 · Go to AWS Amplify Go to "Build settings" Scroll down to "Build image settings" Click on "Edit" button Under "Build image" click on the dropdown button Select "Build Image" (by …

  6. How to add environment variables to AWS amplify? - Stack Overflow

    I have a React/Node app which i am trying to host on AWS amplify. first try, my app deployed but i saw some pages are not loading due to lack of the environment variables. i have added them …

  7. Configure Cloudflare to point to AWS Amplify - Stack Overflow

    I use Cloudflare to generate SSL and AWS Amplify to host the project. I would like to configure Cloudflare to point to AWS Amplify project. These are the current DNS records, which points …

  8. Getting credentials for logged in user via Amplify Auth

    Nov 12, 2022 · 2 I am using AWS Amplify for a ReactJS application. The only two functional areas I am using from Amplify are Authentication and Hosting. These two are working fine, and a …

  9. How to use Amazon Cognito without Amplify - Stack Overflow

    Mar 19, 2021 · The source code has been moved to the Amplify Libraries (e.g. amplify-js) repository. Once again, is part of the "Amplify" umbrella under the first category "Amplify …

  10. AWS Amplify Auth - The requested module does not provide an …

    Nov 28, 2023 · Trying to build an AWS Amplify app using VueJS. amplify add auth amplify push amplify env pull dev I added an Auth module, authentication works based on an example using …