ganipcanot

Results 10 comments of ganipcanot

Is this the appId of belonging to the organization/enterprise account? `d32n3877ewg5z0`? And which branch (branch ARN) is the one in which PR previews aren't working?

I'm trying to dig into the logs to see what happened in your case. If you have a pull request ID and/or branch ARN from the past which didn't work,...

Thanks - I'll see if I can take a look at what is going on here.

Can you share your appId/region? Are you able to delete the baackend environment through the console?: ![image](https://user-images.githubusercontent.com/21091073/88208021-78189080-cc05-11ea-9e32-31c4611122f4.png)

Have you tried the suggestion here: https://github.com/aws-amplify/amplify-console/issues/1330#issuecomment-739493860 Specifically: `aws amplify delete-backend-environment --app-id --environment-name `

@jonvanausdeln Can you clarify here: Is your question specifically related to the PR preview feature, or just in general are you asking is there a way to programmatically access the...

@jonvanausdeln For each pull request we will increment the number against that application so for example you will see something like "https://pr-#.appId.amplifyapp.com" where "#" goes from 1-n. The appId in...

It should automatically increment by 1 for each new PR. You may also be able to use the aws cli to fetch information programmatically if you wanted: For example: https://docs.aws.amazon.com/cli/latest/reference/amplify/list-branches.html...

@kevinadhiguna Could you share your `appId` which is part of the appArn and if you can also give the region where this is happening and we can investigate further.

Hey @Albert-Gao can you provide some additional details? What is your app ID/region? Also it seems you have only deployed a backend (But not a front-end). Did you deploy it...