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
Describe the bug
I'm following the Amplify Gen 2 docs for deploying a Vite + React application. Once I re-deploy the app at the end of Quickstart step 6 (adding login UI), the build fails with the message "Build container ran out of memory" after calling "npm run build" and transforming 1748 modules. The initial build/deployment when following the docs succeeds, but I can't seem to pin down why the second fails.
To Reproduce
Follow the Quickstart portion of the React Documentation until you deploy the app again at the end of step 6.
Expected behavior
Below is the end to the initial build log, I would expect the second build to display something similar upon success:
Describe the bug
I'm following the Amplify Gen 2 docs for deploying a Vite + React application. Once I re-deploy the app at the end of Quickstart step 6 (adding login UI), the build fails with the message "Build container ran out of memory" after calling "npm run build" and transforming 1748 modules. The initial build/deployment when following the docs succeeds, but I can't seem to pin down why the second fails.
To Reproduce
Follow the Quickstart portion of the React Documentation until you deploy the app again at the end of step 6.
Expected behavior
Below is the end to the initial build log, I would expect the second build to display something similar upon success:
Desktop (please complete the following information):
Additional context
Below are the log files for each of the two builds:
BUILD1.txt
BUILD2.txt
The text was updated successfully, but these errors were encountered: