AzureAuth
AzureAuth copied to clipboard
Can't get auth code from within a Docker container
Hi!
Recently I've been using docker containers locally to develop shiny apps. I have one that connects to a Azure storage account. When running R installed on my systems, I just click the link in the console and the app starts locally without any issues. But when launching the app from within the container (using my own pc as host), the auth link seems redirect to nowhere.
I'm using devpod to replicate the production environment with great success. Wish I could use that with this app too, but can't manage to sort this.
Any advice??