Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
I am using the latest Franz version (5.2.0), no update available; even in beta there is no update.
Expected behavior
To see the usual WhatApp Messenger Window
Screenshots

Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
Here you have the known work arounds #1185
For me, reloading the browser does the trick (Cmd/Ctrl+R)
I have the same problem
Try Reload with Cmd+R. Worked for me.
Try Reload with Cmd+R. Worked for me.
Not for me
I am having the same issue on Windows.
I'm on the windows version and currently I don't have a subscription but I figured out a workaround that only needs to be set once -- then it'll automatically load without any problems. I hope this works for your guys on Mac and for people with paid subscriptions:
Go to C:Users[Username]\AppData\Roaming\Franz\recipes\whatsapp (or the mac equivalent)
Open the webview.js file in an editor.
Modify the line:
if (elem && elem.innerText.toLowerCase().includes('google chrome')) {
window.location.reload();
}
}, 1000);
to:
if (elem && elem.innerText.toLowerCase().includes('google chrome')) {
window.location.reload();
}
}, 8475);
This workaround will automatically refresh the page without user interaction, but will flash the screen showing that WhtasApp wants Chrome 49+. For some reason, shorter delays don't refresh (maybe because I am on the free version.) If you have a paid subscription, it is possible that lowering this number for a shorter delay will work for you.
If this solves your problem, let me know so I an make these changes to the code in the main Recipe-WhatsApp repo.
Thank you.
This fixes it for me, but I still have to hit CMD R to remove the notice.
Really! You shouldn't have to!
If you're willing to fiddle with it, try setting it to 10000 and wait 15 seconds.
It's should load without you having to do anything.
what crazy lifestyle do you have where you have a lazy 15 seconds!? lol. ok will try.
Most helpful comment
Try Reload with Cmd+R. Worked for me.