I am having issues after deploying React application using AWS amplify. Couple of issues here:
I see that there was a reference to %PUBLIC_URL% in the public/index.html. In the documentation, it says %PUBLIC_URL% will get replaced with the URL of the
public
folder during the build. It doesnt seem to be happening. Not sure what build means here.I replaced %PUBLIC_URL% with /. I seem to be getting
Manifest: Line: 1, column: 1, Syntax error.
I tried addingcrossorigin="use-credentials"
as suggested in one of the forums, but that doesnt seem to have any effect.
I have sifted through reference to this error and none seem to be pointing to the solution.
Appreciate any pointers.
S