79826217

Date: 2025-11-21 07:08:59
Score: 0.5
Natty:
Report link

In my case, I was spelling something wrong in the header. If you're positive your backend is fine, check typos.

// BAD:Authorizaion
headers: {
  'Authorizaion': `Bearer ${token}` 
}

// GOOD:Authorization
headers: {
  'Authorization': `Bearer ${token}`
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: emirhan demir