I'm struggling since yesterday to make nuxt-axios proxy works.
Locally everything is working fine but on the server the axios calls are not proxied.
I have a laravel project setup at api.mysite.com and a nuxt project at mysite.com.
I've tried various configuration with baseURL, changeOrigin.. nothing seems to work.
However i can see that from my local nuxt app the urls are proxied to the server api project.