My development team is working on React and Nodejs combination, after deployment the links are working but when we do a refresh on the working page getting "404 not found error"
Solution.
Make sure you have AllowOverride All
In your document root, vi .htaccess
Now try refresh, it will work.