Ranter
Join devRant
Do all the things like
				++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
				Sign Up
			Pipeless API
 
				From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
				Learn More
			Comments
		
- 
				
				 wannabee2027yIt is a nightmare (in production), but sometimes in develop it may even be a lesson, as in it teaches you to build much more robust code. Other than issues beyond your control, the most common thing: wannabee2027yIt is a nightmare (in production), but sometimes in develop it may even be a lesson, as in it teaches you to build much more robust code. Other than issues beyond your control, the most common thing:
 
 if (! somethingThatIsExpected) {
 renderErrorPage(maybe);
 }
- 
				
				@wannabee it's funny and sad at the same time because I don't get this error in develop, always in production. And always is something dumb or lack of attention...
- 
				
				@starrynights89 you upload everything and when you think on that cold beer, it shows the freaking error.
- 
				
				@ocaiquemello Too true. I actually got nervous when I deploy and it works the first time. 🤪



My worst nightmare these days: Error 500
rant