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

cannot deploy golem App with auth0 [BUG] #85

Open
ilyaZar opened this issue Apr 18, 2023 · 3 comments
Open

cannot deploy golem App with auth0 [BUG] #85

ilyaZar opened this issue Apr 18, 2023 · 3 comments

Comments

@ilyaZar
Copy link

ilyaZar commented Apr 18, 2023

Following ThinkR-open/golem#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
Copy link

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.

@timsaunder
Copy link

You could try updating inst/app/_auth0.yml

Change:
remote_url: ''

to
remote_url: 'https://cologne-analytics.shinyapps.io'

@ilyaZar
Copy link
Author

ilyaZar commented Nov 30, 2024

ok nice thanks I'll try !

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

No branches or pull requests

3 participants