Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialBen Ella
17,872 PointsAfter adding the DB lines to the __init__ file, the app crashes on Heroku, with a 500 status.
I get this in the app log: 2016-10-31T19:13:49.738075+00:00 heroku[router]: at=info method=GET path="/" host=akerman.herokuapp.com request_id=164bf739-b5b3-43e9-9075-cd926333bea6 fwd="66.249.76.62" dyno=web.1 connect=0ms service=70ms status=500 bytes=253
1 Answer
Henrik Christensen
Python Web Development Techdegree Student 38,322 PointsI don't know if you have solved your problem, but I had a very similar problem and it turned out to be template settings that was not configured correctly: https://teamtreehouse.com/community/heroku-bad-request-500
Christopher Stuart
Full Stack JavaScript Techdegree Graduate 27,771 PointsChristopher Stuart
Full Stack JavaScript Techdegree Graduate 27,771 Pointsi'm now having this same problem. ever get this sorted out?