laravel-vue-ecommerce icon indicating copy to clipboard operation
laravel-vue-ecommerce copied to clipboard

Problem when logging in to the 'backend'

Open PANERO72 opened this issue 2 years ago • 4 comments

POST http://localhost:8000/undefined/api/login 404 (Not Found)

PANERO72 avatar Feb 21 '23 23:02 PANERO72

have you configure the .env in backend?

POST http://localhost:8000/undefined/api/login 404 (Not Found)

LameckMeshack avatar Aug 30 '23 06:08 LameckMeshack

Same issue, anyone get them to work

joyweaver avatar Oct 21 '23 15:10 joyweaver

VITE_API_BASE_URL = http://localhost:8000 have to put this in .env file in backend folder

avary avatar Oct 23 '23 09:10 avary

I have set the VITE_API_BASE_URL = http://localhost:8000 on .env file but after clicking on login button still it is not working & showing only loading button. image

shamshi1988 avatar Mar 14 '24 11:03 shamshi1988