Git Product home page Git Product logo

Comments (1)

colearendt avatar colearendt commented on July 24, 2024

Interesting - I thought I wrote up a response to this, but I must have lost it / it must have gotten misplaced.

A couple of things:

  • This looks like an issue configuring RStudio Connect. I would recommend reaching out to our support team ([email protected]) or your CS representative for these types of issues, as they are not related to the docker images themselves
  • Another avenue for these types of informal discussions is the RStudio Community: https://community.rstudio.com/c/r-admin/rstudio-connect/27
  • This error message suggests that your config file is longer than shown here, and says that the "DataDir" and "Address" fields cannot be put under the [SMTP] header. I suspect your whole configuration file looks like the following:
[Server]
Address = https://myserver.com
EmailProvider = SMTP
SenderEmail =
EmailSubjectPrefix = Rstudio
ViewerKiosk = false
HideEmailAddresses = false
MailAll = false

[SMTP]
Host =
Port = 587
SSL = true
User =
Password =



 




DataDir = somevalue
Address = somevalue

If you remove those last two lines, things should work! You can also check the /etc/rstudio-connect/rstudio-connect-migration.gcfg file to see if it has any entries that are causing trouble.

from rstudio-docker-products.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.