Closed tnederlof closed 9 months ago
The current default of rstudio-prefs.json: {} causes an empty file to be created in the session pods which leads to this error in every RStudio Pro pod: ERROR pref_error error 1
rstudio-prefs.json: {}
ERROR pref_error error 1
This was a prior issue closed here however the error is still happening with a blank file: https://github.com/rstudio/rstudio-pro/pull/4371
Changing the default to null or literal {} in json fixes the error.
The current default of
rstudio-prefs.json: {}
causes an empty file to be created in the session pods which leads to this error in every RStudio Pro pod:ERROR pref_error error 1
This was a prior issue closed here however the error is still happening with a blank file: https://github.com/rstudio/rstudio-pro/pull/4371
Changing the default to null or literal {} in json fixes the error.