ammezie / support-ticket

A support ticket application in Laravel
http://supportticket.herokuapp.com
100 stars 90 forks source link

Login and Register button throws an error "Whoops something went wrong" #7

Open tomiwatech opened 6 years ago

tomiwatech commented 6 years ago

I noticed the login and register button throws and error Whoops something went wrong . Am a newbie to laravel and i was just going through the demo before diving into the code. Thanks in Advance @ammezie

ammezie commented 6 years ago

Were you accessing on the Heroku link?

luyandasiko commented 6 years ago

@ammezie Yes the Heroku link, I was also trying the demo out and it gives that message. Thanks

ammezie commented 6 years ago

The Heroku app hasn't been maintained in a while. You might have to clone it locally to see how it works.

marcelohama commented 6 years ago

Not working for me as well. Same error, with two messages "Whoops something went wrong". I've tried with MAMP in localhost

ammezie commented 6 years ago

Set debug to true or check the laravel.log file to see the actual errors.