Amplify console page is unresponsive when adding bulk Redirect Rules. #3254
Labels
console
The issue is related to performing an action in the Amplify console
feature-request
New feature or request
Before opening, please confirm:
App Id
AWS Region
us-east-1
Amplify Hosting feature
Redirects
Is your feature request related to a problem? Please describe:
When trying to add bulk Redirect URL's (50K) via the console for a Next.js Amplify app, the console page is getting unresponsive and the Redirect rules are never added.
Also tried adding the Redirect rules using the AWS CLI, but was not able to add atleast 5K and got the below error message.
An error occurred (LimitExceededException) when calling the UpdateApp operation (reached max retries: 2): You've reached the maximum configuration storage limit for this app, either remove some branches or reduce the number of redirects, rewrites or custom headers associated with this app.
Describe how you'd like this feature to work
Amplify should support adding bulk Redirect URL's (almost 50K URL's). But currently 5K Redirect URL's are also throwing the LimitExceededException error.
The text was updated successfully, but these errors were encountered: