Hello,
I’m encountering an issue with the opalr::opal.login function where it consistently times out after 10 seconds. I’m trying to log into an OPAL server using the following code:
o <- opalr::opal.login(input$DREAMTOTREAT_DEFAULT_CONNECTION_USER,
input$DREAMTOTREAT_DEFAULT_CONNECTION_PASSWORD,
url = input$DREAMTOTREAT_DEFAULT_CONNECTION_URL)
I’ve checked my credentials and URL, and everything appears to be correct, but the login attempt always times out. Is there a way to extend the timeout duration for this function, or any other recommendations to avoid this issue?
Any help would be greatly appreciated!
Thank you!