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
Copy file name to clipboardExpand all lines: packages/amplify-gen2-migration-e2e-system/README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -303,6 +303,20 @@ Error handling with:
303
303
- Environment-specific error messages
304
304
- Graceful degradation for optional features
305
305
306
+
## FAQ
307
+
308
+
### 🛑 The security token included in the request is invalid
309
+
Please re-authenticate and get new admin credentials for your working environment
310
+
311
+
### [ERROR][CDKAssetPublishError] CDK failed to publish assets ∟ Caused by: [ToolkitError] Failed to publish asset
312
+
This is likely a problem with your bootstrap stack in the environment you're deploying to. Please take a look at CDKToolkit in your AWS account.
313
+
314
+
### Issues with not being able to deploy AppSync APIs
315
+
AppSync has a limit of 50 APIs per environment (account/region). Check to see if you have exceeded the limit, and delete the unnecessary ones before trying again.
316
+
317
+
### Amplify init fails
318
+
Consider which `amplify` binary you are using. We recommend building the one in the monorepo and passing it to the tool using `export AMPLIFY_CLI`. Also consider that the maximum number of app allowed by the Amplify console in an environment is 25. Check to see if you have exceeded the limit, and delete the unnecessary ones before trying again.
0 commit comments