here are the details: website-link:hamzashah.netlify.app site-id : 5fb40e4a-4598-49cf-a418-89607fa3dbb9
My previous deployements was working well, but when i update the app with some changes, it occured; however there was no errors in deployement server and everything was fine.
Opinions on netlify experts would surely be very helpful,
Thank you
@hamzashah.dev If by “React deployment server” you mean “running locally” there can be differences introduced between running locally and when deploying elsewhere.
I’d just investigate if the paths it is trying to access when running on Netlify seem correct to you.
Thank you netlify team and @nathanmartin, I have finally solved my problem; I made a mistake by adding my Github respository URL to homepage tag of package.json in react file. Mr @nathanmartin diagnosed that problem and I solved it.