Hello, I have two shiny apps deployed on shinyapps.io that connect to my company's snowflake. Both were working fine until this week. Now the apps load, but disconnect as soon as they attempt to connect to Snowflake. Both work fine locally. Apps that do NOT connect to Snowflake are still working fine. I can't share too much code because they are proprietary to my company, but I'm seeing a lot of server issues in the log files. See some snippets below. Please let me know if anyone has any ideas or if I should provide further detail. Thanks!
85: retry(fn, isRetryable = function(e) { e$message == "Failed to create server"}, delay = function(iter) { (iter - 1) * 0.5})
86: connect$retryingStartServer(function() { do.call(start_function, start_args)})