Bots preventing Meteor server from deploying on Digital Ocean with Meteor Up
问题 When I am using Meteor Up to deploy my app to a Digital Ocean Droplet, I am receiving the following error in the logs preventing the app from deploying. I have the exact same deployment on a different Droplet with no such issue. According to my research online, this is a known issue caused by bots trying to make a GET request on the server, apparently attempting to use the server as a proxy. EDIT: To clarify, my app loads in the browser just fine due to a previous successful deploy. This