Can't log in to TweetDeck - stuck in Twitter login page.
https://tweetdeck.twitter.comAfter the steps above, if your account doesn't have 2FA, when you restart the nativefied app it will appear as logged in. If you _do_ have 2FA, its impossible to log in because the page to enter the code will not load.
nativefier --help to see if an existing option could fit your needs?--internal-urls - not sure.docker run \
-v $(pwd):/app/ \
nativefier \
--icon /app/icon.png \
--name TweetDeck \
-p linux \
-a x64 \
"https://tweetdeck.twitter.com" /app/
nativefier --version):7.4.0node --version):@vegbrasil thanks for the feedback. I doubt --internal-urls is the culprit, it only governs what opens in a tab of your default browser vs. as a nativefier window. Could you dig a little bit more using the bundled DevTools? Ctrl+Shift+I, then have a look at tabs Console (any error?) and Network (any failed requests?).
@ronjouch Console shows nothing. Network tab says the request was canceled.


I do receive the SMS token, so the form was submitted.
Thanks!
I've been struggling with the same problem, but I found a workaround. Using the mobile site (you could navigate to the mobile site by using DevTools and entering window.location = "https://mobile.twitter.com"; in the console), you'll be able to fill in your 2FA code and log in. Afterwards, you can navigate back to Tweetdeck and you'll stay logged in.
Still an issue on 2017-12-15
Most helpful comment
@ronjouch Console shows nothing. Network tab says the request was canceled.
I do receive the SMS token, so the form was submitted.
Thanks!