DEV Community

Hamza Ahmed Mughal
Hamza Ahmed Mughal

Posted on

Facing refresh issue in deployment

I am facing an issue with deploying a React application on an AWS server. Previously, when I deployed it on other servers, there were no problems with the deployment process. However, now, after deploying it on AWS, I am encountering a 404 error when I refresh the page. On other servers, I was able to resolve similar issues by adding a configuration file called ".htaccess". How can I solve this problem on AWS? Any leads...

Top comments (0)