-
Notifications
You must be signed in to change notification settings - Fork 825
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
amplify status failure during during aws serverless web app workshop #13336
Comments
Odd. About 15 minutes later, it appears to be working now: PS C:\Users\aghor\OneDrive\Documents\programming\aws\workshops\serverlessWebApp\jpm-event-planner> amplify status
┌──────────┬─────────────────────┬───────────┬───────────────────┐ GraphQL endpoint: https://rd7qngicx5cc3mun3sc2lpdn5e.appsync-api.us-east-1.amazonaws.com/graphql GraphQL transformer version: 2 |
Hey @jeremymtx, the issue appears to be similar to #12863 |
Hmm...I'm hesitant to do that at the moment for fear of breaking something. I'd like to finish the app first which shouldn't take more than another couple of days. As mentioned, the command worked after about 10-15 minutes and still works. We can close this issue for now, and if I run into it again, I'll re-open it (if that's possible) after trying a move off of OneDrive. |
@jeremymtx I understand, the |
|
How did you install the Amplify CLI?
npm install -g @aws-amplify/cli
If applicable, what version of Node.js are you using?
18.8.1
Amplify CLI Version
12.7.0
What operating system are you using?
Windows
Did you make any manual changes to the cloud resources managed by Amplify? Please describe the changes made.
I made some GraphQL permissions changes to the small web app that I'm following along with in a AWS workshop (doing it independently). The changes were for using Amazon Cognito User Pool. After the changes were made, then ran the following:
amplify push --y (which ran successfully)
amplify status (which gives me an unknown error and creating a report)
Describe the bug
PS C:\Users\aghor\OneDrive\Documents\programming\aws\workshops\serverlessWebApp\jpm-event-planner> amplify status
🛑 UNKNOWN: unknown error, readlink 'C:\Users\aghor\OneDrive\Documents\programming\aws\workshops\serverlessWebApp\jpm-event-planner\amplify#current-cloud-backend\auth\userPoolGroups\user-pool-group-precedence.json'
Resolution: Please report this issue at https://github.com/aws-amplify/amplify-cli/issues and include the project identifier from: 'amplify diagnose --send-report'
Learn more at: https://docs.amplify.aws/cli/project/troubleshooting/
Session Identifier: f08246ab-df3f-4f7a-9218-738996e60cfc
✅ Report saved: C:\Users\aghor\AppData\Local\Temp\jpmeventplanner\report-1697480942037.zip
Expected behavior
Rather than myeventplanner in the names, it would have been jpmeventplanner
Reproduction steps
Ran through the steps at this AWS workshop page:
[https://catalog.us-east-1.prod.workshops.aws/workshops/1665a9b6-958b-4b70-ba52-14127b8fa99f/en-US/lab-2/step-3]
Project Identifier
05455eaefff208336a799d7ad1749802
Log output
Additional information
No response
Before submitting, please confirm:
The text was updated successfully, but these errors were encountered: