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
I am currently experimenting with combining FastAPI and Shiny. In my specific case, the FastAPI endpoint /api/auth/web/login sets a cookie upon successful authentication which gates access to another shiny app. This simple login app could of course be a static page, but I tried to quickly mock something up with shiny. Curious to hear if anyone has advice on a better approach. Otherwise, feel free to close this issue.
This may be intentional as I seem to remember there being some issues with submit buttons in shiny for R.
My use case was just a simple form POST with action attached, and I expected this to work:
Nothing happens when the button is clicked, and I can't find the cause. A pure HTML file seems to work fine:
The text was updated successfully, but these errors were encountered: