Hello,
I'm having problems with RStudio Connect.
In the installation and configuration, everything seemed to be going well, I managed to publish some applications and markdown documents, and the test email sent by RStudio Connect is also working.
However, when a new user tries to register, the email he receives with the confirmation link leads nowhere.
I suspect it is due to something that I forgot or failed to specify in the RStudio Connect configuration file in the Droplet, but as I'm not sure, I preferred to send this email so as not to end up making changes that could compromise the overall functioning of RStudio Connect.
I managed to do my registration because was the first one in the RStudio Connect.
Can someone help me?
Here is the configuration file:
; RStudio Connect configuration file
[Server]
; SenderEmail is an email address used by RStudio Connect to send outbound
; email. The system will not be able to send administrative email until this
; setting is configured.
;
; SenderEmail = account@company.com
SenderEmail = email@company.com
EmailProvider = smtp
; Address is a public URL for this RStudio Connect server. Must be configured
; to enable features like including links to your content in emails. If
; Connect is deployed behind an HTTP proxy, this should be the URL for Connect
; in terms of that proxy.
;
; Address = https://rstudio-connect.company.com
Address = http://IP
[SMTP]
Host = "localhost"
Port = 25
StartTLS = "never"
[HTTP]
; RStudio Connect will listen on this network address for HTTP connections.
Listen = :3939
NoWarning = true
[Authentication]
; Specifies the type of user authentication.
Provider = password
```