adnanrahin / Movie-Application

A full-stack Application Development, Using Java, Angular, MySQL, Hibernate, Spring-Boot, RestAPI.
6 stars 4 forks source link

Angular Cannot access spring boot service that running on k8s #22

Closed adnanrahin closed 8 months ago

adnanrahin commented 8 months ago

ERROR Object { headers: {…}, status: 0, statusText: "Unknown Error", url: "http://localhost:8080/api/category/getAllCategory", ok: false, name: "HttpErrorResponse", message: "Http failure response for http://localhost:8080/api/category/getAllCategory: 0 Unknown Error", error: error } ​ error: error { target: XMLHttpRequest, isTrusted: true, lengthComputable: false, … } ​ headers: Object { normalizedNames: Map(0), lazyUpdate: null, headers: Map(0) } ​ message: "Http failure response for http://localhost:8080/api/category/getAllCategory: 0 Unknown Error" ​ name: "HttpErrorResponse" ​ ok: false ​ status: 0 ​ statusText: "Unknown Error" ​ url: "http://localhost:8080/api/category/getAllCategory" ​

: Object { … } ​​ constructor: class HttpErrorResponse { constructor(init) }​​ : Object { … }
adnanrahin commented 8 months ago

The issue is resolved.