Problem and Solutions
Website is thowing error on refresh React js ?
By M.K. Verma · 2 May 2022

Okay so don't know if this will help anyone but this solved it:
-
log into cpanel
-
create a file under public html under file manager
-
name it .htaccess
-
paste this:
RewriteEngine On RewriteBase / RewriteRule ^index.html$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.html [L]
voila! (hopefully)