So the pages seem to be rendering fine, however the react part is not. After looking in the console and seeing the following message I think the reason is that the scripts just failed to load.
The log from the console
The resource was preloaded using link preload but not used within a few seconds from the window’s load event. Please make sure it has an appropriate
as
value and it is preloaded intentionally.
The reason why I think the addition of netlify.toml maybe causing this, is because the build prior to adding it, did not include the log above and the react part of the app was working fine.
this all what netlify.toml contained
[[redirects]]
from = “mail.homeinajar.com”
to = “https://mail.google.com/a/homeinajar.com”
status = 200
this is the link prior to adding netlify.toml file https://5f64bb2fc6a36f00089717dd--home-in-a-jar.netlify.app/en
and this the one after https://5f64d7a7e73c2d0007fcedad--home-in-a-jar.netlify.app/en
this weird problem still continue even after deleting the netlify.toml file, can you guys please help