Publishing on connect server halts at username error

I'm attempting to publish an app to a connect server. I'm encountering the error below, where it looks like application$owner_username or accountDetails$username is missing. I'm unclear how to fix this, and any help would be appreciated.

Preparing to deploy application...DONE
Uploading bundle for application: 2...Warning: 
* May be unable to deploy package dependency 'mypackage'; could not
  determine a repository URL for the source 'CRAN'.

* Unable to determine the source location for some packages. Packages
  should be installed from a package repository like CRAN or a version
  control system. Check that options('repos') refers to a package
  repository containing the needed package versions.
DONE
Error in if (is.null(application$owner_username) || accountDetails$username ==  : 
  missing value where TRUE/FALSE needed
Calls: <Anonymous>
In addition: Warning messages:
1: In FUN(X[[i]], ...) :
  Package 'mypackage 0.0.6' was installed from sources; Packrat will assume this package is available from a CRAN-like repository during future restores
2: In sprintf(gettext(fmt, domain = domain), ...) :
  one argument not used by format 'invalid uid value replaced by that for user 'nobody''
3: invalid uid value replaced by that for user 'nobody' 
4: In sprintf(gettext(fmt, domain = domain), ...) :
  one argument not used by format 'invalid gid value replaced by that for user 'nobody''
5: invalid gid value replaced by that for user 'nobody' 
Execution halted

(This issue is the latest evolution of my previous post)

1 Like

Have you tried disconnecting & reconnecting the rsconnect account? I received this error after rolling back my rsconnect version and that resolved it.