You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating app bundle... Done Deploying App. Hang tight. This may take a while... Your Shiny app will open in your default web browser once deployment is complete. Deployment status can be found at https://dashboard.polished.tech Polished API request failed Status Code: 500 Error: SSL peer certificate or SSH remote key was not OK: [sysreqs.r-hub.io] SSL certificate problem: self-signed certificate
I made a minimal app (source code below) which deploys fine on shinyapps.io: https://planperspective.shinyapps.io/login_only
I try to deploy to polished.tech like this (replace
api_key = "my_api_key_here"
with my Polished API key):polished::deploy_app(app_name = "payment_only", api_key = "my_api_key_here")
I get this:
Creating app bundle... Done
Deploying App. Hang tight. This may take a while...
Your Shiny app will open in your default web browser once deployment is complete.
Deployment status can be found at https://dashboard.polished.tech
Polished API request failed
Status Code: 500
Error: SSL peer certificate or SSH remote key was not OK: [sysreqs.r-hub.io] SSL certificate problem: self-signed certificate
app.R
The text was updated successfully, but these errors were encountered: