#angular/springboot

11 messages · Page 1 of 1 (latest)

boreal tusk
#

everytime i use api from anugular the springboot console showing this Invalid token! Not start's from Bearer string!
Invalid username! this error is coming from JwiAuthFilter

#

so which classes do i have to go through in angular to remove it

silver light
#

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

boreal tusk
#

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

silver light
#

none of those are the angular code that's adding the token to your HTTP requests