I\'m working in a project that needs to convert some data from excel to database. This is working fine in local host with laravel, but when goes to heroku, it gives me a 500 int
Set 2 config variables in heroku with following commands:
1 heroku config:set APP_DEBUG=true 2 heroku config:set APP_KEY=RandomString
heroku config:set APP_DEBUG=true
heroku config:set APP_KEY=RandomString
After setting these keys you will be able to see the actual error instead of general 500.