Awesome, once again, thanks for providing logs!
It seems to be an issue with either the app or postgres being too “slow”. That connection timed out error indicates that the app is running slow. Here’s a better explanation for you here. A lot of this comes down to debugging your application/database to find out why things are running slowly. Is it a certain route, page, or are there any routes that don’t use the db that you could test, etc. You could also try to add logs to your app to see what’s working and to spot which part doesn’t load exactly.