statamic / v2-hub

Statamic 2 - Feature Requests and Bug Reports
https://statamic.com
95 stars 5 forks source link

getting a 500 error on my laravel project while deploying on heroku #2430

Closed Prateek-Arora closed 4 years ago

Prateek-Arora commented 5 years ago

2019-08-13T17:38:05.110770+00:00 app[web.1]: 10.5.168.154 - - [13/Aug/2019:17:38:04 +0000] "GET / HTTP/1.1" 500 5 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36

This is the error i got while looking at log files

Prateek-Arora commented 5 years ago

This is my route under web.php file : Route::get('/', 'TodosController@first');

This is my route for it in api.php file : Route::middleware('auth:api')->get('/user', 'UserController@AuthRouteAPI');

jasonvarga commented 5 years ago

This is a statamic project?

jackmcdade commented 4 years ago

This doesn't seem like a Statamic project. Feel free to reopen with more info otherwise!