Ok I will join, in other news I have solved the problem by adding these two things to my package.json file
{
“version”: “0.1.0”,
“homepage”: “./”,
…
}
“build”: “set “INLINE_RUNTIME_CHUNK=false” && react-scripts build”,
for anyone else having this issue