Odd behavior with axios, nuxt, and docker Odd behavior with axios, nuxt, and docker vue.js vue.js

Odd behavior with axios, nuxt, and docker


Nuxt's Axios module offers two configuration options for URL prefixes, one for server and one for the browser.

axios: {  baseURL: 'http://api:8080/api/v1',  browserBaseURL: 'http://localhost/8080/api/v1'},