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

Angular front-end deployed in Azure can't connect to back-end API, the api url is spliced

Discussão em 'Angular' iniciado por Wenbo Peng, Outubro 10, 2024 às 03:42.

  1. Wenbo Peng

    Wenbo Peng Guest

    I have deployed Spring boot backend and Angular frontend website in Azure, when I access the website, for some reason the frontend url is spliced in front of the api url causing me to be unable to access it. My local development environment is all fine.

    As shown below, Brower got the wrong API URL https://ambitious-ground-04bd38a0f....-g7guhdcvf2gjgrd6.canadaeast-01.azurewebsites. net/api/product-category [​IMG]

    My correct API URL should be https://ecommercespring-g7guhdcvf2gjgrd6.canadaeast-01.azurewebsites.net/api [​IMG]

    And I don't think I have a problem with Angular's Cors. Below are my Angular Cors URL setting [​IMG] [​IMG]

    Continue reading...

Compartilhe esta Página