curso-r / auth0

Authentication in shinyapps using Auth0 service
https://curso-r.github.io/auth0/
Other
154 stars 21 forks source link

cannot deploy golem App with auth0 [BUG] #85

Open ilyaZar opened 1 year ago

ilyaZar commented 1 year ago

Following https://github.com/ThinkR-open/golem/issues/327 I cannot deploy the App with shinyapps.io:

Error:

Notes:

  1. local deployment works wiht password authentification image

Links:

  1. shinyapps.io: https://cologne-analytics.shinyapps.io/golemAuth0
  2. github repo of the app: https://github.com/ilyaZar/golemAuth0
James-G-Hill commented 8 months ago

Hello, I think you need to set your "shiny.port" = 8080 in your options before the application runs. If testing locally I do this in an options("shiny.port" = 8080) block in my golem run_dev.R file before calling run_app; but there are other places you could do it too, for example, in your .Rprofile file.