niclas-timm / laravel-nextjs-starter

A Starter Kit for applications with Laravel as the API and NextJS for the Frontend
308 stars 82 forks source link

error 204 on sanctrum request #31

Closed YnievesDotNet closed 3 years ago

YnievesDotNet commented 3 years ago

I tried of request csrf-cookie and get error 204...

photo_2021-04-09 23 48 30

Thanks

niclas-timm commented 3 years ago

Any status code of 2xx is not an error but a success. 204 means "no content" and is the expected response of the api.