laravel-vue-ecommerce
laravel-vue-ecommerce copied to clipboard
Problem when logging in to the 'backend'
POST http://localhost:8000/undefined/api/login 404 (Not Found)
have you configure the .env in backend?
POST http://localhost:8000/undefined/api/login 404 (Not Found)
Same issue, anyone get them to work
VITE_API_BASE_URL = http://localhost:8000 have to put this in .env file in backend folder
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.