After deploying my create-react-app to its own subdomain (contents of the build directory copied to root), the app runs perfectly except upon reloading the page, when it throws a 404 error.
I set the "homepage" property in package.json to its subdomain, ie., "http://sub.domain.com". I also tried setting homepage to ".", and even removing it altogether.
Might this have to do with how subdomains are configured on my host?