#angular/springboot
11 messages · Page 1 of 1 (latest)
You'll have to post your code that is adding the JWT to your API requests, normally an interceptor. From the error message it sounds like you're passing the token in the Authorization header, but just the token value, without the Bearer prefix before the token
how to call image from product to html
image is there but dont know how to put in html
this is what im trying <div class="cart-item--image"> <img [src]="item.product.mainImage" alt="Main Image">
this is inside the cart image
none of those are the angular code that's adding the token to your HTTP requests