I'm trying to publish my Shiny app to a Posit Connect server for the first time. I can log into the server through my browser, and I followed the instructions for publishing using the "Publish -> Shiny App" button in browser. In my local Rstudio I've clicked the publish button, connected to the Connect server, and finally clicked Publish. This all seems good.
However, the deployment halts a few seconds after the renv.lock step. The full deployment tab output is below with some details censored. Unfortunately the error message is not informative, and googling hasn't turned up anything useful (so far). Is anyone able to diagnose what's going wrong?
── Preparing for deployment ────────────────────────────────────────────────────
✔ Deploying "gregs_shiny_app" to "server: fake_url / username: gstacey"
ℹ Creating application on server...
✔ Created application with id 2
ℹ Bundling 229 files: '.dockerignore', '.RData', 'compose-shiny-server.conf', 'dat.groups.RData', 'dat.RData', 'dat.stats.1.RData', 'dat.stats.2.RData', 'Dockerfile', 'global.R', 'mousexeno.code-workspace', 'prismDat.RData', 'README.md', 'renv.lock', 'restart.txt', 'server.R', 'test.pptx', 'test.pzfx', 'ui.R', …, 'www/js/main.js', and 'www/js/storage.js'
ℹ Capturing R dependencies from renv.lock
- Operation canceled.
Execution halted