aws-samples / amplify-vite-react-template

This is a React starter for building a fullstack app with AWS Amplify.
https://docs.amplify.aws/gen2
MIT No Attribution
44 stars 50 forks source link

I can't get this to work following the tutorials #4

Open nootn opened 6 months ago

nootn commented 6 months ago

I followed the exact steps here: https://docs.amplify.aws/react/start/quickstart/

At the end of step 2, I get this error: image

I cannot seem to figure out what the problem is as it doesn't give any details.

I then tried the NextJS version to see if that would work and it does the exact same thing (https://github.com/aws-samples/amplify-next-pages-template/).

I have logged this in Discord but no one is responding yet: https://discord.com/channels/705853757799399426/1241041148399718551

bytrangle commented 6 months ago

Did you ever get this resolved? I've tried other frameworks, other deployment methods and they all resulted in this error. I saw a 401 error in the Network tab and similar issues being filed at aws-amplify. It is probably an account issue so reporting it here won't be helpfu.

DrRobot24 commented 4 months ago

Yes, me too, i cannot deploy my application with this repo. Something goes wrong everytime i start depolyng...

ykethan commented 3 months ago

Hey folks, if you are running into this issue, refer to the comment: https://github.com/aws-amplify/amplify-backend/issues/1456#issuecomment-2103438983 providing additional information

GabrielAmazonas commented 2 months ago

Same issue here - No clues on where to solve it, although my error message has more detais:

Screen Shot 2024-09-06 at 12 16 31
GabrielAmazonas commented 2 months ago

@Jay2113 can you take a look at it? Thanks in advance

GabrielAmazonas commented 2 months ago

The same issue happens with https://github.com/aws-samples/amplify-vue-template

GabrielAmazonas commented 2 months ago

In my case I was able to track down the error by opening the dev console, checking the successfull request to CloudFormation that happens under the hood which tries to create a CDKTooklit named stack

The stack creation fails with the root cause below:

Screen Shot 2024-09-06 at 12 33 40
GabrielAmazonas commented 2 months ago

Guys, I was able to finish the Amplify Gen 2 App creation after creating an ECR repository with the name matching exactly the ECR name mentioned in my last message, here is the pattern for it attached cc: @Jay2113

Screen Shot 2024-09-06 at 12 43 19