endpoint production webserver vite + vue3 (405) – Nginx
I rewrote my whole app from vue2 in vite vue3 composition api.In development a localhost serves the frontend. The productionserver has its own https: https://api.myurl.com. See the NGINX: //nginx map $request_method $cors_method { // server { listen 80; listen [::]:80;…