Cant publish shinyapp to shinyapps.io, runs locally

Cant publish my updated code to shinyapps io even though the app runs locally and I already updated twice.
Publishing ends with error message:

Error: Unhandled Exception: Child Task 863936013 failed: Error building image: Error building installr (0.22.0). Build exited with non-zero status: 1
Execution halted

Tried reinstalling installr and my R is up to date (4.0.3)
I am publishing using the button in the IDE and I am using an renv

Why does your app use installr? That's not going to work on shinyapps.io

It doesnt use installr, the package was never called in my app nor in any of my scripts. Only used installr to update R. I am able to deploy the app after uninstalling the package, however the app does not work in shinyapps.io even if it does fine locally.

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.