Hello Netlify Community,
I’m currently facing an issue while trying to manually deploy a pre-built React app on Netlify. I’ve followed the deployment process, but I’m encountering a few challenges that I could use some assistance with.
Issue Summary:
After transferring the pre-built build folder from a computer with Node.js and npm to a computer without Node.js and npm, I attempted to deploy the build folder on Netlify using the “Drag & Drop” method. However, I’m consistently experiencing a blank page and seeing multiple 404 errors in the browser’s developer console.
Steps Taken:
Transferred the build folder generated on a computer with Node.js and npm to the deployment computer.
Used the “Drag & Drop” method on Netlify to deploy the build folder.
Verified deployment settings and ensured the build directory is correctly specified as “build.”
Issue Details:
The page loads, but it’s entirely blank.
The browser’s developer console displays multiple 404 errors for various resources, including manifest.json and other assets.
The build folder transferred contains all the necessary files, including index.html and assets.
Questions:
Are there any additional steps I need to take when deploying a pre-built build folder on a computer without Node.js and npm?
Could the 404 errors be related to the deployment settings or the contents of the build folder?
Is there any specific configuration or adjustments I should make in this scenario to ensure a successful deployment?
I appreciate any insights or guidance the community can provide. If more information is needed to diagnose the issue, please let me know, and I’ll be happy to provide it.
this is my page link https://lustrous-cendol-acee75.netlify.app
Thank you in advance for your assistance!