[Vuejs]-Vue.js – How to redirect all requests to the same component

0👍

As I wrote above, it seems that S3 by itself doens’t handle these requests correctly. The solution was to use Cloudfront, which has more ways to deal with error handling and rewriting response codes – I configured it to catch 404 errors and rewrite them to 200.

Leave a comment