Sulyci
Sulyci
NNuxt
Created by Sulyci on 4/25/2025 in #❓・help
Docker, Traefik, Nuxt, Laravel
nitro: {
routeRules: {
"/api/**": {
proxy: process.env.NUXT_PROXY_TARGET || "http://localhost:8000/api/**",
},
},
},
nitro: {
routeRules: {
"/api/**": {
proxy: process.env.NUXT_PROXY_TARGET || "http://localhost:8000/api/**",
},
},
},
this caused my problem. i removed it and the communication works now
10 replies
NNuxt
Created by Sulyci on 4/25/2025 in #❓・help
Docker, Traefik, Nuxt, Laravel
it's resolved
10 replies
NNuxt
Created by Sulyci on 4/25/2025 in #❓・help
Docker, Traefik, Nuxt, Laravel
i have one compose file and an ovverride for secrets and volumes. let me show you my docker-compose.yml. i masked some data
10 replies