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
@ocelhay can you share how you use the value "" in your development process?
Within the app, I use the statement session$clientData$url_search == "" to test if there is any session parameter. No session parameter will branch logic with the app going into "demo mode". When running my shiny app locally, typically, it has to go into "demo mode".
It's not critical as I can as well test for the presence of a specific parameter.
I just wanted to report that this logic that was working in RStudio is failing in Positron.
System details:
Positron and OS details:
Positron Version: 2024.11.0 (Universal) build 140
Code - OSS Version: 1.93.0
Commit: e0d844b
Date: 2024-10-31T14:24:19.540Z
Electron: 30.4.0
Chromium: 124.0.6367.243
Node.js: 20.15.1
V8: 12.4.254.20-electron.0
OS: Darwin arm64 24.1.0
Interpreter details:
R 4.3.2
Describe the issue:
Shiny app
session$clientData$url_search
value in Positron differs from the expected value (""
) in RStudioSteps to reproduce the issue:
print(session$clientData$url_search)
)The text was updated successfully, but these errors were encountered: