#Different response in Chrome and Firefox

1 messages · Page 1 of 1 (latest)

ruby cliff
#

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!

ruby cliff
#

I would also like to add that in the case of Chrome, all the code is executed like this, it returns code 200, but the response is bad.