Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New Amplify Console UI] Set up continuous deploys with Backend / Connection to Backend UI is not consistent #1463

Open
biller-aivy opened this issue May 8, 2024 · 1 comment
Assignees
Labels
bug Something isn't working console Issues related to Amplify console builds

Comments

@biller-aivy
Copy link

biller-aivy commented May 8, 2024

Environment information

---

Description

When I open the Modal which shows the connection to the Backend App und the Env it is not consistent. In some Apps the setting shows the current app, which is not correct, in other cases it shows the "Select an App".
When I change the value, save and refresh the page, it shows the old value instead of the saved new one.

The res from the database is correct I guess:

"branches" : [ {
    "activeJobId" : "0000000135",
    "associatedResources" : null,
    "backend" : null,
    "backendEnvironmentArn" : "arn:aws:amplify:eu-central-1:327300291334:apps/d36kyjopucs8j3/backendenvironments/develop",
    "basicAuthCredentials" : null,
    "branchArn" : "arn:aws:amplify:eu-central-1:327300291334:apps/d2cdz5219eppoi/branches/develop",
    "branchName" : "develop",
    "buildSpec" : null,
    "createTime" : 1.630061191167E9,
    "customDomains" : null,
    "description" : null,
    "destinationBranch" : null,
    "displayName" : "develop",
    "enableAutoBuild" : false,
    "enableBasicAuth" : false,
    "enableNotification" : false,
    "enablePerformanceMode" : false,
    "enablePullRequestPreview" : false,
    "environmentVariables" : {
      "AMPLIFY_BACKEND_APP_ID" : "d36kyjopucs8j3",
      "AMPLIFY_BACKEND_PULL_ONLY" : "true",
      "USER_BRANCH" : "develop"
    },
    "framework" : "Expo-Web",
    "pullRequestEnvironmentName" : null,
    "sourceBranch" : null,
    "stage" : "DEVELOPMENT",
    "tags" : { },
    "thumbnailUrl" : null,
    "totalNumberOfJobs" : "0",
    "ttl" : "5",
    "updateTime" : 1.71516066086E9
  }
@biller-aivy biller-aivy added the pending-triage Incoming issues that need categorization label May 8, 2024
@ykethan ykethan added the console Issues related to Amplify console builds label May 8, 2024
@Jay2113
Copy link

Jay2113 commented May 8, 2024

@biller-aivy thanks for reaching out. I was able to reproduce this behavior and marking this as a bug. We are working on prioritizing a fix for it and will keep you posted with any updates.

@Jay2113 Jay2113 added bug Something isn't working and removed pending-triage Incoming issues that need categorization labels May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working console Issues related to Amplify console builds
Projects
None yet
Development

No branches or pull requests

3 participants