Status error 500 when deploying Vue web app with Vite and Nginx (within docker compose)
I'm currently improving my web development skills and working on a project using the following tech stack: Frontend: Vue Build tool: Vite Deployment: Nginx (locally) I've deployed the app locally, but when I try to access http://localhost:8080, I encounter a…