I am trying to deploy a shiny app, but upon deployment, the app fails to start due to a killed signal.
The most recent logs are attached.
These log lines may be useful, but I have also heard they might be a red herring: "System has not been booted with systemd as init system (PID 1). Can't operate. Failed to connect to bus: Host is down".
Here are the packages I am using: cachem, terra, shiny, shinyBS, shinyLP, shinythemes, bslib, bsplus, maps, mapproj, leaflet, sp, dplyr, sf, tidyverse, DT, rmapshaper, htmlwidgets. (Note that I use only a few packages in the actual application but I forgot which ones are useless.)
This application is pretty complex, meaning I am loading RDS files that contain simplified multipolygon geometries and 8 sq-km resolution rasters that cover most of the Western Hemisphere. This application is a conservation planning tool for migratory birds.
Do you have an idea of where the issue lies? Any help is greatly appreciated. Thank you!