Hi, I have a rather strange problem. When I send a request from my Nuxt frontend in Chrome, I get {"message":"Unauthenticated.", but when I send it in Firefox, the data is returned, and everything works fine.
Interestingly, I have a very similar controller for saving movies, and it works correctly.
Another interesting point is that if I try to return a string right at the beginning of the method, it still returns the same error.
I also tried using an incognito window in Chrome, where there are no extensions, and the same error still occurs.
Thanks!