Why is my Chromedriver unexpectedly exiting when running my app on Digitalocean?
I have a Python web scraping app that runs perfectly on my local machine. It deploys successfully on the Digitalocean app platform, but when running, the Chromedriver unexpectedly exits and causes an error (status code 127). I have a specialized environment for the app, a requirements.txt file with what I believe to be the correct requirements, and a gunicorn_config.py file for the app to deploy.