Hi,
Basically I am using the json/RPC interface inside limesurvey for enabling data access.
Using my app.R inside RStudio is working great, but I run into problems when I deploy the app to
shinyapps.io.
After loading I get a Disconnected from the server. message
which uses
library(httr)
library(jsonlite)
library(base64enc)
access routines via
library("rjson")
library(RCurl)
somehow the session_key is not available from inside
shinyapps.io
Who can help ?
The log says:
Error in curl::curl_fetch_memory: SSL peer certificate or SSH remote key was not OK