Using shinyAppAuth0(ui,server) cannot get it to work

Hello, I have been using autho to act as a paswword front-end without problem. When I use the auth0 package in R, specifically shinyAppAuth0(ui,server), auth0 reauthorizes over and over until I have exceeded my API calls in a minute.

If I just use shinyApp(ui,server) the auth0 login pops up and I can run the programs.

However, this is not enough as I need to get the e-mail address used to login.

I would really appreciate some help - I have tried many things without luck. Anyone else have any luck doing this?
I am on AWS and using nginx as a reverse proxy. Thanks, JHL