1. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

How to configure proxy with Angular 18

Discussão em 'Angular' iniciado por Preet Bista, Novembro 7, 2024 às 11:02.

  1. Preet Bista

    Preet Bista Guest

    I migrated my angular 17 project to angular 18 and fount out that proxy.conf.json did not worked for me. What might be the problem here? Thank you in advance

    "{
    /api/*": {
    "target": "http://127.0.0.1:8000",
    "secure": false,
    "changeOrigin": true,
    "logLevel": "debug"
    }
    }```

    Continue reading...

Compartilhe esta Página