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 triallarsberg
58,676 PointsFinal Treebook App Deploys to Heroku and works but when trying to post a status the app crashes.
Final App Deploys to Heroku and works but when trying to post a status the app crashes with an error message,"We're sorry, but something went wrong."
larsberg
58,676 PointsThanks, I figured out a work around by mandating that a user has to upload a picture when signing up.
Geoff Parsons
11,679 PointsGeoff Parsons
11,679 PointsFrom the command line you can run
heroku logs --app your-app-name
from the command line to get the rails log output that may be helpful here. Be sure to do it just after you've experienced the error as the logs tend to be overwritten fairly quickly on heroku.