[SOLVED] React axios.get 401 unauthorized

Issue I used the postman for testing my url,and it has response data(It’s correct). Url:http://localhost:8000/api/products/find/6337d5d73ec2c05d7c11bc63(ProductId). In postman,it could get response data. I wonder I do give it Bearer token in my requestMethods.js,which imported in /pages/Product.jsx. But when I use the

Continue reading