Error in curl::curl_fetch_memory(url, handle = handle)
I used to be able to deploy my Shiny app to ShinyApps.io without issues but as of today I am getting this error
Deploying helper functions for ShinyApp in a separate .R file
I have a ShinyApp, that uses source(“helper_functions.R”) to make the main script a little more tidy. Running this app locally works well from the RStudio environment, however when I deploy it via shinyapps.io, it fails to source the file “helper_functions.R”. How can I address this issue?
How to set up the tailwind.config.js file in Shiny for customization styles
I want to use Tailwind Css in my Shiny app, but I need to customize styles for the project, I read that I need to define tailwind.config = {} as a JSON object. I have done it, but custom classes still don’t work. However, pre-defined tailwind classes work normal.
App works locally, but listening on forever when deployed to shinyapps.io
I have a shiny application running in docker that works locally without issues.
Rshiny Module Observer Issue
I’m having trouble with observers & modules in a huge app. I created a smaller example.