Installation type: exe
[x] I have tested with the latest version
Test desktop notification button doesn't work, you press it and nothing happens.
But message notifications itself works fine.
Last version where Test desktop notification button works fine is 2.16.2
Test desktop notification button doesn't work
Test notification should appear as Windows toast notification when press Test desktop notification button.
As far as I managed to find out, the problem is that in the function pass incorrect data
const response = await fetchWithoutOrigin(avatarUrl);
where avatarUrl defined as '/avatar/rocket.cat'
Because the validation button apparently uses the Notification class directly without processing the onClientMessageReceived event, where the relative link is brought to the correct dataurl format, taking into account the CDN and other settings
Can you guys please try version 2.17.11 which was just released?
The PR #1662 should fix this problem. 馃槉
Can you guys please try version 2.17.11 which was just released?
Yeap, test notifications works great in 2.17.11
Thanks @frdmn
No, I'm still having issues with notifications, it does not work properly. The test button is not doing anything, moreover it provokes program failure.
In the terminal I got this :
Error: net::ERR_CONTENT_LENGTH_MISMATCH
at SimpleURLLoaderWrapper.<anonymous> (electron/js2c/browser_init.js:2545:21)
at SimpleURLLoaderWrapper.emit (events.js:203:13)
at SimpleURLLoaderWrapper.EventEmitter.emit (domain.js:476:20)
at SimpleURLLoaderWrapper.topLevelDomainCallback (domain.js:131:23)
I'm on Ubuntu 20.04, RC dekstop 2.17.11 (.deb file installed)
Most helpful comment
Can you guys please try version 2.17.11 which was just released?
The PR #1662 should fix this problem. 馃槉