Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

tilamap365's avatar

What mean 204 no content

Hello, i have a web app where i use laravel in backend. Lastly iam facing with a problem where some user cant login on some devices. On network tab i see 2 request for login

  1. login with sfatus 200 success 2 login with status 204 no content

I know 204 status is ok but i dont know wht i cant login on panel, for what reason i see no content status

0 likes
3 replies
tilamap365's avatar

@jlrdw i have readed this.. i just dont know why i am seeing this on my login panel.

And if i try to catch the api from login routelocalhost.com/api/login and use in postman can i get data inside the panel?

I am just trying to debug my panel

jlrdw's avatar

@tilamap365 perhaps explain more so someone can help. Is this an API. Is it a native mobile app where you need tokens. Do you use Sanctum or Passport. And maybe the code that is causing problems.

Otherwise it's hard to tell what might be happening.

Please or to participate in this conversation.