You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Laravel with react making http request with the axios. It is giving 500 error: POST https://api.oussama-dev.online/api/login 500 (Internal Server Error)
Subject of the issue
post request by axios to laravel giving 500 error
Your environment
Steps to reproduce
I am using Laravel with react making http request with the axios. It is giving 500 error:
POST https://api.oussama-dev.online/api/login 500 (Internal Server Error)
My request code is
Lavael Route is
Route::post('/login',[AuthController::class,'login']);
And Controller is
The text was updated successfully, but these errors were encountered: