Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error for url with search parameters on remote server #65

Open
Kvit opened this issue Mar 27, 2020 · 1 comment
Open

Error for url with search parameters on remote server #65

Kvit opened this issue Mar 27, 2020 · 1 comment
Labels
bookmarking Problems related to bookmarking

Comments

@Kvit
Copy link

Kvit commented Mar 27, 2020

This problem is a bit tricky to replicate, steps:

  1. deploy auth0 app on remote server (e.g. shinyapps.io) but don't start it yet
  2. Try to open the app with search query params: user.shinyapps.io/app/?q=123 you should see an error in the browser
ERROR: An error has occurred. Check your logs or contact the app author for clarification.
  1. open the same app without query (user.shinyapps.io/app/)
  2. open the same app again with the query you should see no error

If I look at the logs on shinyapps.io I can see some error like this
Warning: Error in substr: object 'redirect_uri' not found

@jtrecenti jtrecenti added the bookmarking Problems related to bookmarking label Apr 20, 2020
@jtrecenti
Copy link
Member

Hi! thanks for the issue. Bookmarking in shiny apps is being a big challenge to this. Currently we can assume that bookmarking only works with server storage.

Maybe in later versions we'll have this feature. See #60

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bookmarking Problems related to bookmarking
Projects
None yet
Development

No branches or pull requests

2 participants