Not found error/ Auth0 Shiny Routes

Hi there,

Our app is now fully behind auth0. example.com
How can we give access to example.com/invitation in order to answer a token sent to some specific mails that they don’t have access to the app?

So, if i understand correctly, you want to show a different page when the person doesn’t have access? If this is the case, you can just proxy that page differently within the auth0 shiny proxy, you’ll have to modify the code to make it work

normally, this page is only for accepting email subscriptions. The code was already modified for it and it was working, but then we configured the ssl and routing through it and it stopped working with the error “not found”