-
Notifications
You must be signed in to change notification settings - Fork 824
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
I use the CLI and do an "amplify push" and it looks like it worked, but the "amplify status" shows that they are still local #13398
Comments
Hello, @contractorwolf 👋. I'm going to transfer this issue to our CLI repo for better assistance. |
Hey @contractorwolf, thank you for reaching. On diving into the logs noticed the Cloudformation error |
@ykethan any advice? |
Hey @contractorwolf, apologies for the delay in a response. |
@ykethan my guess would be update oauth? I want to go with the defaults but i need Federated fo my google login |
@contractorwolf did the cli prompt to migrate the auth resource? |
nope, still same issue. Looks like it worked but amplify status still shows unchanged items:
|
@ykethan I removed the clientID and the key from the content pasted above, but I had added them from the google console and it accepted the values as before, just didnt want them to show here, also removed the endpoints for safety, just FYI. Still looks like it went but still shows updated operations and delete operations pending. So the push didnt go even though there isnt an error displayed :/ |
@contractorwolf outside the existing application folder could you create a new empty folder and pull the Amplify app using Additionally, installed cli appears to be on a older version, could can run |
I did that, copying my app Id from the aws console for that project. It reopens the aws console on that project and asks me to login again. When I choose "login with my aws account" from this popup (even though I am already logged in to my AWS account): FYI, I have never used amplify studio for any of my amplify projects. Anyway I appear to be stuck again since I cant download the project in a new location. I still have access to the project if I log in normally. How else can I get the CLI login key if I log in normally @ykethan? |
@ykethan I finally got past that Studio application failed) by turning amplify studio of then back on again and deleting the amplify pull folder instance that it brought down (after I updated the CLI to the latest). It then alloweed me to pull the latest version of the backend code from the server into a temp folder locally. I updated my auth using
(insert various expletives)!!!! Help |
@contractorwolf, it appears the CloudFormation is failing with |
Thanks for trying out everything today @ykethan, here are the screenshots I promosed: |
@contractorwolf apologies on the delay in a response. Cloudforamtion template should be in |
@contractorwolf wanted to follow up on this issue. were you able to upgrade the Lambda functions? |
No @ykethan, because I can't deploy it :/ |
@contractorwolf could you check the Amplify stack on CloudFormation console if the stack are in a failed status. Do ensure the Amplify CLI has been updated to use the latest version. Then update the Lambda functions to use the supported NodeJs version and run |
Closing the issue due to inactivity. |
This issue is now closed. Comments on closed issues are hard for our team to see. |
Before opening, please confirm:
JavaScript Framework
Not applicable
Amplify APIs
Authentication, REST API, GraphQL API
Amplify Categories
No response
Environment information
Describe the bug
I am trying to make some changes and havent touched this project for a while. I made the changes locally and am trying to amplify push them up using the CLI. The changes appear to be successful, but when I amplify status I see them as still needing to be pushed up:
Expected behavior
I expect it to show an error on push if it fails so that I can see what the issue was, it seems instead to be doing some sort of soft failure and I dont know what to try next. I swear there is a flash of red text when it it pushing but it is so fast I cant make out what it is and it is gone. Please help, I am completely stuck
Reproduction steps
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
the app is still running fine, I am just stuck unable to make changes since I cannot push anything up
The text was updated successfully, but these errors were encountered: