my website was created with Vite React and I have multi-page route like example.com/login, etc. This site is hosted on AWS Amplify and it’s totally working. When I go to example.com/login, there is no problem but I have also a mobile app and Google Play Console that need some expectations like privacy policy, etc for release a new version. Google wants to my privacy policy address and I wrote the link of my policy route but it looks 404 not found by Google Play Console. I waited 2 days but there is no progress still same.
There are redirect checker like https://kinsta.com/tools/redirect-checker/. When I type example.com/login there are errors like these
but as I said I can visit the site on chrome. Also, I deal with the problem by adding a static privacy-policy.html file. I saw the Amplify rewrite routing, but I’m not sure to solve this issue.
Is there a way to solve this problem with Amplify, Otherwise I use next.js because next.js export static routes when built.