I think there are three places you should try looking/trying that aren’t the nginx logs:
- Can you upload a file from the filesystem (such as your app repo’s README) using the console in production?
- Can you temporarily download your production credentials to development and debug locally?
- (for use in conjunction with the above two): I would look in the
development.log
andproduction.log
files rather than the nginx logs for exception reports.