Hi, I’ve managed to install a standalone version of Companion 4 on Heroku, here: https://obscure-caverns-32848.herokuapp.com/
I’ve configured the env variables to add Google Drive and Facebook uploads from my apps, the only problem I have is that in both cases Companion automatically generates the redirect URLs without HTTPS but only with HTTP, and this is not allowed in neither cases. Ex: http://obscure-caverns-32848.herokuapp.com/facebook/redirect
I didn’t find any config to change this behavior and any explanation in the docs, any help?
Thank you!