Redis – Problems accessing Laravel api from Vue(Nuxt js) app in docker
Currently I'm working on Nuxt js app that should connect to backend api made in Laravel. The problem is that every request that is sent to the api via axios fails with one of this errors(Depending on the API_URL I…