I have created an Ionic React app and tried to deploy it on Netlify. However, after deployment, I encountered a blank white screen. To debug, I ran npm run build locally, went inside the dist folder, and tried to open index.html. Unfortunately, I observed the same behavior: a blank white screen.
Based on some answers on this platform, I updated the homepage in package.json, but it didn’t solve the issue.
Here is the link to my repository: https://github.com/deepu105045/money-plant
Any help would be appreciated.
I have tried to reproduce the problem locally and I was able to reproduce
I have updated homepage to “.” in package.json
I have updted baseurl in tsConfig and nothing really worked.
Deepu V Nair is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.