-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in localhost #100
Comments
Internal Server Error is not a CORS problem, look at your apache logs file to find the error |
Hi, these erroes are occurs when the users are login, and I don't have errors in apache logs, just in console. |
Check the laravel logs, php logs and apache logs. The error must be there. I couldn't help you without it |
Hi, here is the log : [2019-03-16 13:43:46] production.ERROR: RuntimeException: Unable to boot ApiServiceProvider, configure an API domain or prefix. in C:\wamp64\www\backend\vendor\dingo\api\src\Provider\DingoServiceProvider.php:82 |
The error it's pretty clear
Check your .env file and configure properly your database access |
Hi,
when I put in htacess :
Header set Access-Control-Allow-Origin "*"
I have many error like this in console :
/api/trips?is_passenger=false&page=1&page_size=20 500 (Internal Server Error)
/api/users/my-trips?as_driver=false 500 (Internal Server Error)
/api/users/requests 500 (Internal Server Error)
The text was updated successfully, but these errors were encountered: