Error deploying - connect ECONNREFUSED 127.0.0.1:80
Hi - it's me again π
in local development, using
yarn dev
everything works fine. Even directly addressing the production backend works from local dev. But after running yarn build
and starting up with yarn start
it gives me this error.
Does anyone know what to do? We're using the Boilerplate Integration... Maybe we forgot some configuration?
Thanks in advance1 Reply
Ok fixed it -
middlewareUrl
was missing in my nuxt.config.js
as mentioned here -> https://docs.vuestorefront.io/v2/security/api-url.htmlServer Middleware URL | Vue Storefront 2
Vue Storefront 2 documentation