We are hosting a static Angular 2 website on Amazon S3.
Our app is deployed at http://abc.domain.s3.amazonaws.com/index.html If the user is not logged in, our app redirects the user to the login page: http://abc.domain.s3.amazonaws.com/Platform/Login which works fine.
However, if you refresh http://abc.domain.s3.amazonaws.com/Platform/Login (or access it directly), it returned the "NoSuchKey, The specified key does not exist" error.
We have set "Index Document" and "Error Document" to index.html. And the bucket has public access. But we are unable to resolve this issue.
We are not using cloudfront with S3 and route53.
Any help is appreciated!
