chi2labs / cognitoR

CognitoR provides easy integration of Shiny with AWS Cognito Authentication.
22 stars 9 forks source link

shinyapps.io #21

Closed fmmattioni closed 2 years ago

fmmattioni commented 3 years ago

Hi guys!

Thanks for the nice package! I am currently testing a deployment of my app in shinyapps.io. The app works locally, but when I deploy to shinyapps.io I can never get to the login page. The app looks like it goes into a loop that tries to redirect the page, and then comes back.. My first impression was that shinyapps.io has some sort of page redirect too, which kind of messes up the cognito setup. Any ideas or experiences with that?

dietrichson commented 3 years ago

Hello,

We've had no issues deploying on shinyapps.io. You may want to double check the urls in question (in config) , since they will be different when deployed.

On Sat, Jan 9, 2021, 19:24 Felipe Mattioni Maturana < notifications@github.com> wrote:

Hi guys!

Thanks for the nice package! I am currently testing a deployment of my app in shinyapps.io. The app works locally, but when I deploy to shinyapps.io I can never get to the login page. The app looks like it goes into a loop that tries to redirect the page, and then comes back.. My first impression was that shinyapps.io has some sort of page redirect too, which kind of messes up the cognito setup. Any ideas or experiences with that?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/chi2labs/cognitoR/issues/21, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQ6UTN6EEGUM2P5NEY3DCDSZDJSFANCNFSM4V35HNHA .

fmmattioni commented 3 years ago

I guess the issue is because I am using {golem} and modules for building my app. I am going to look more into it.