I have a SPA built with Vue.js. The custom components render/update wihtout any issue on the local machine but not after I deployed to the server. The Vue app has no backend codes, just frontend, we deployed to AWS S3 bucket. The local sever I'm running is using npm run serve. I have done custom components and deployed to S3 bucket before, all of them works without any issues. Does anyone have the same issues?