You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suppose it's a regression in chromium but after upgrading chromium package on debian 11 (to version 111), it stopped to work for the pdf generation.
Workaround :
apt remove chromium chromium-common # remove latest version
apt install chromium=108.0.5359.94-1~deb11u1 chromium-common=108.0.5359.94-1~deb11u1 # install working version
apt-mark hold chromium # block updates for this package
apt-mark hold chromium-common # block updates for this package
This is probably not the best way to solve this problem, but it can probably help
The text was updated successfully, but these errors were encountered:
I have just updated composer packages.
Because of restriction on php 7.3, chrome-php/chrome keeps to revision v1.7.2.
But, the bug with chrome 111 is solved by the revision v1.8.1 of chrome-php/chrome : see notes : https://github.com/chrome-php/chrome/releases/tag/v1.8.1
So I supposed that the latest revision of yeswiki-publication v1.2.8, will continue not to work with chromium 111.
I suppose it's a regression in chromium but after upgrading chromium package on debian 11 (to version 111), it stopped to work for the pdf generation.
Workaround :
This is probably not the best way to solve this problem, but it can probably help
The text was updated successfully, but these errors were encountered: