8
I was deploying my react app and failed with this, what could be the issue? how can i handle it?
it is giving same error!
Okay, could you try deploying using GitHub Actions?
You can follow this guide for the setup: Auto Deploy with GitHub Action
Also, make sure to exclude any unnecessary large files (e.g., .rar, node_modules, etc.) from the build context by adding them to a or .gitignore, .dockerignore file, as they can cause build failure.