You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Log in to the Amplify console and choose your app.
Navigate to App settings > Branch settings, select Edit and enable Branch auto-detection and Branch auto-disconnection.
But I can't navigate choose my app because when I login into my IAM user I don't see any apps, and if I click on "create app" I get: User: arn:aws:sts::523909079981:assumed-role/AWSReservedSSO_amplify-policy_21b0f69dc7a54304/amplify-admin is not authorized to perform: amplify:CreateApp on resource: arn:aws:amplify:us-east-1:523987079981:/access-token
It used to be so easy to create an app. It was so much better when you could just do amplify init, configure and then amplify push and everything worked.
Now the login is the only thing that is working. I'm trying to use "predictions", and those instructions are also full of errors. It's been very painful developing experience.
To setup predictions I'm following: https://docs.amplify.aws/react-native/build-a-backend/add-aws-services/predictions/set-up-predictions/
After correcting the documentation mistakes I get: error: [AccessDeniedException: User: arn:aws:sts::523987079981:assumed-role/amplify-voicer-myusername-amplifyAuthauthenticatedU-yMkn57CjkpG5/CognitoIdentityCredentials is not authorized to perform: polly:SynthesizeSpeech because no identity-based policy allows the polly:SynthesizeSpeech action]
Even though in my amplify/backend.ts I have
So I'm guessing it's because after setting up amplify/backend.ts I haven't pushed those changes to the cloud, and that's where I'm stuck. I tried logging in as root user but still I don't see my app there.
Hey, @Themrpie 👋. With this being a React Native app, have you already separated out your frontend and backend (currently needed for Gen 2 apps built with React Native)? There's more info on how to do that here, but that may be the reason you're hitting blockers with React Native app and not being able to see it in the console.
As for the errors you're getting with Predictions, we might need to get your frontend and backend separated first (if they aren't already) before being able to determine if the Predictions category is implemented properly, unless you're only looking to do local testing.
Closing this issue as we have not heard back from you. If you are still experiencing this, please feel free to reply back and provide any information previously requested and we'd be happy to re-open the issue.
Before opening, please confirm:
JavaScript Framework
React Native
Amplify APIs
Not applicable
Amplify Version
v6
Amplify Categories
Not applicable
Backend
Amplify CLI
Environment information
Describe the bug
I've used amplify more than 20 times but gen2 is extremely confusing. I follow these instructions:
https://docs.amplify.aws/react-native/start/quickstart/
Then at the end it says:
When I follow the link provided I see:
But I can't navigate choose my app because when I login into my IAM user I don't see any apps, and if I click on "create app" I get:
User: arn:aws:sts::523909079981:assumed-role/AWSReservedSSO_amplify-policy_21b0f69dc7a54304/amplify-admin is not authorized to perform: amplify:CreateApp on resource: arn:aws:amplify:us-east-1:523987079981:/access-token
It used to be so easy to create an app. It was so much better when you could just do amplify init, configure and then amplify push and everything worked.
Now the login is the only thing that is working. I'm trying to use "predictions", and those instructions are also full of errors. It's been very painful developing experience.
To setup predictions I'm following:
https://docs.amplify.aws/react-native/build-a-backend/add-aws-services/predictions/set-up-predictions/
After correcting the documentation mistakes I get:
error: [AccessDeniedException: User: arn:aws:sts::523987079981:assumed-role/amplify-voicer-myusername-amplifyAuthauthenticatedU-yMkn57CjkpG5/CognitoIdentityCredentials is not authorized to perform: polly:SynthesizeSpeech because no identity-based policy allows the polly:SynthesizeSpeech action]
Even though in my amplify/backend.ts I have
So I'm guessing it's because after setting up amplify/backend.ts I haven't pushed those changes to the cloud, and that's where I'm stuck. I tried logging in as root user but still I don't see my app there.
Expected behavior
It should work
Reproduction steps
Follow instructions in:
https://docs.amplify.aws/react-native/start/quickstart/
And
https://docs.amplify.aws/react-native/build-a-backend/add-aws-services/predictions/set-up-predictions/
Code Snippet
// Put your code below this line.
Log output
aws-exports.js
No response
Manual configuration
No response
Additional configuration
No response
Mobile Device
No response
Mobile Operating System
No response
Mobile Browser
No response
Mobile Browser Version
No response
Additional information and screenshots
No response
The text was updated successfully, but these errors were encountered: