<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[PDF invoices broken]]></title><description><![CDATA[<p dir="auto"><s>All invoices are broken regardless of which template I use. I installed a new IN app to see if it's isolated issue but the error shows on the new install as well. Is this an upstream or packaging issue?</s></p>
<p dir="auto">It seems they have fixed it upstream. Can we please get the changes pushed to the CR app?</p>
<p dir="auto">Thanks!</p>
<p dir="auto"><img src="/assets/uploads/files/1643038074027-fd130f08-b9f6-4ddd-a4a1-0500e945b537-image.png" alt="fd130f08-b9f6-4ddd-a4a1-0500e945b537-image.png" class=" img-fluid img-markdown" /></p>
<pre><code>@import url(https://fonts.googleapis.com/css2?family=Roboto&amp;display=swap); :root { --
primary-color: #298AAB; --secondary-color: #7081e0; --line-height: 1.6; } body { -webkit-
font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-family: Roboto,
Helvetica, sans-serif; font-size: "7px"; zoom: 80%; } @page { margin: 6.35mm; size: A4
portrait; } p { margin: 0; padding: 0; } .header-container { display: grid; grid-template-
columns: 1fr 1fr 1fr; gap: 20px; } .company-logo { max-width: 65%; } #company-details {
display: flex; flex-direction: column; line-height: var(--line-height); } #company-details &gt;
p:first-child { color: var(--primary-color); } #company-address { display: flex; flex-direction:
column; line-height: var(--line-height); } .entity-label { margin-top: 2.5rem; text-transform:
uppercase; padding-left: 1rem; margin-bottom: 1rem; font-weight: bold; color: var(--primary-
color); } .client-and-entity-wrapper { display: flex; padding: 1rem; border-top: 1px solid
#d8d8d8; border-bottom: 1px solid #d8d8d8; } #entity-details { text-align: left; margin-
right: 20px; } #entity-details &gt; tr, #entity-details th { font-weight: normal; padding-right:
15px; padding-top: 2.5px; padding-bottom: 2.5px; } #client-details { display: flex; flex-
direction: column; line-height: var(--line-height); } #client-details &gt; :first-child { font-
weight: bold; } [data-ref="table"] { margin-top: 3rem; /* margin-bottom: 200px; */ min-
width: 100%; table-layout: fixed; overflow-wrap: break-word; } .task-time-details { display:
block; margin-top: 5px; color: grey; } [data-ref="table"] &gt; thead { text-align: left; } [data-
ref="table"] &gt; thead &gt; tr &gt; th { font-size: 1.1rem; padding-bottom: 1.5rem; padding-left:
1rem; } [data-ref="table"] &gt; tbody &gt; tr &gt; td { border-top: 1px solid #d8d8d8; border-
bottom: 1px solid #d8d8d8; padding: 1.5rem 1rem; } [data-ref="table"] &gt; tbody &gt; tr &gt;
td:first-child { color: var(--primary-color); } [data-ref="table"] &gt; thead &gt; tr &gt; th:last-child,
[data-ref="table"] &gt; tbody &gt; tr &gt; td:last-child { text-align: right; } [data-ref="table"] &gt;
thead &gt; tr &gt; th:last-child { padding-right: 1rem; } [data-ref="table"] &gt; tbody &gt; tr:nth-
child(odd) { background-color: #f5f5f5; } #table-totals { page-break-inside: avoid; }
#table-totals { margin-top: 1rem; display: grid; grid-template-columns: 2fr 1fr; padding-top:
.5rem; padding-right: 1rem; gap: 80px; } #table-totals .totals-table-right-side &gt; * { display:
grid; grid-template-columns: 1fr 1fr; } #table-totals&gt;.totals-table-right-side&gt;*&gt; :nth-
child(1) { text-align: "left"; margin-top: .75rem; } #table-totals&gt;.totals-table-right-side&gt;*&gt;
:nth-child(2) { text-align: right; } #table-totals&gt;.totals-table-right-side&gt; * &gt; :not([hidden])
~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(.75rem * calc(1 - var(--tw-space-
y-reverse))); margin-bottom: calc(.75rem * var(--tw-space-y-reverse)); } #table-totals &gt; *
[data-element='product-table-balance-due-label'], #table-totals &gt; * [data-
element='product-table-balance-due'] { font-weight: bold; } #table-totals &gt; * [data-
element='product-table-balance-due'] { color: var(--primary-color); } #table-totals &gt; * &gt;
:last-child { text-align: right; padding-right: 1rem; } #footer { margin-top: 30px; } /**
Markdown-specific styles. **/ #product-table h3, #task-table h3, #delivery-note-table h3 {
font-size: 1rem; margin-bottom: 0; } .company-logo-container { display: flex; flex-direction:
column; justify-content: flex-end; } [data-ref="statement-totals"] { margin-top: 1rem; text-
align: right; margin-right: .75rem; } [data-ref*=".line_total-td"] { white-space: nowrap; } /**
.repeating-header, .repeating-header-space, **/ .repeating-footer, .repeating-footer-space {
height: 160px; } .repeating-header { position: fixed; top: 0; } .repeating-footer { position:
fixed; bottom: 0; } /** Useful snippets, uncomment to enable. **/ /** Hide company logo **/
/* .company-logo { display: none } */ /* Hide company details */ /* #company-details &gt; * {
display: none } */ /* Hide company address */ /* #company-address &gt; * { display: none } */
/* Hide public notes */ /* [data-ref="total_table-public_notes"] { display: none } */ /* Hide
terms label */ /* [data-ref="total_table-terms-label"] { display: none } */ /* Hide totals table
*/ /* #table-totals { display: none } */ /* Hide totals table left side */ /* #table-totals
div:first-child &gt; * { display: none !important } */ /* Hide totals table right side */ /* .totals-
table-right-side { display: none } */ /** For more info, please check our docs:
https://invoiceninja.github.io **/ /** To find out selectors on your own:
https://invoiceninja.github.io/docs/custom-fields/#snippets **/
John's Designs
United States
INVOICE
Invoice Number
0001
Invoice Date
24/Jan/2022
Invoice Total
$0.00
Balance Due
$0.00
John Doe
// Clear up space a bit, if [product-table, tasks-table, delivery-note-table] isn't present. document.addEventListener('DOMContentLoad
let tables = [ 'product-table', 'task-table', 'delivery-note-table', 'statement-invoice-table', 'statement-payment-table', 'statement-aging-ta
'statement-invoice-table-totals', 'statement-payment-table-totals', 'statement-aging-table' ]; tables.forEach((tableIdenti�er) =&gt; {
console.log(document.getElementById(tableIdenti�er)); document.getElementById(tableIdenti�er)?.childElementCount === 0 ?
document.getElementById(tableIdenti�er).style.setProperty('display', 'none', 'important') : ''; }); }); document.querySelectorAll('#statem
invoice-table &gt; thead &gt; tr &gt; th, #statement-payment-table &gt; thead &gt; tr &gt; th, #statement-aging-table &gt; thead &gt; tr &gt; th').forEach(t =&gt; { t.hi
false; }); document.addEventListener("DOMContentLoaded",function(){document.querySelectorAll("#product-table &gt; tbody &gt; tr &gt; td, #
&gt; tbody &gt; tr &gt; td, #delivery-note-table &gt; tbody &gt; tr &gt; td").forEach(t=&gt;{if(""!==t.innerText){let e=t.getAttribute("data-
ref") slice(0 -3);document querySelector(`th[data-ref="${e}-th"]`) removeAttribute("hidden")}}) document querySelectorAll("#product-ta
0001
United States
Item
Description
Unit Cost
Quantity
Line Total
MODELING
CUSTOM CAD MODEL
$0.00
1
$0.00
Net
$0.00
Subtotal
$0.00
Total
$0.00
Paid to Date
$0.00
Balance Due
$0.00
ref ).slice(0,-3);document.querySelector( th[data-ref= ${e}-th ] ).removeAttribute( hidden )}}),document.querySelectorAll( #product-ta
&gt; tr &gt; td, #task-table &gt; tbody &gt; tr &gt; td, #delivery-note-table &gt; tbody &gt; tr &gt; td").forEach(t=&gt;{let e=t.getAttribute("data-ref").slice(0,-3);
(e=document.querySelector(`th[data-ref="${e}-
th"]`)).hasAttribute("hidden")&amp;&amp;""==t.innerText&amp;&amp;t.setAttribute("hidden","true")})},!1);document.addEventListener("D
</code></pre>
]]></description><link>https://forum.cloudron.io/topic/6375/pdf-invoices-broken</link><generator>RSS for Node</generator><lastBuildDate>Mon, 20 Jul 2026 09:27:02 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/6375.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 24 Jan 2022 15:36:39 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to PDF invoices broken on Thu, 20 Apr 2023 17:31:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> Yep works fine in the demo site.<br />
This is a strange one and very likely a me issue. Even if I put my config back to normal it doesn't work for me... then I clear my pfsense's suricata blocks and it loads.<br />
Hmm, I wonder if this pulls in external formatting/css/styles from somewhere that is being blocked on my end or something weird like that.<br />
But then why would the preview load fine. Real head scratcher this one.</p>
<p dir="auto">Edit:<br />
I've tried from my phone and am getting the same issue. Even with IDS/IPS/PFblocker off on my FW.<br />
The preview itself loads fine with normal Vanilla config but when I go to preview PDF or download I get the gray file.<br />
Still not sure what is happening tbh. Worth a reinstall perhaps?</p>
<p dir="auto">Edit 2:<br />
Did a reinstall and it works...? Am I the problem rolf..<br />
Thanks for your help. I'll do some more testing and see if I run into this issue again.</p>
]]></description><link>https://forum.cloudron.io/post/65198</link><guid isPermaLink="true">https://forum.cloudron.io/post/65198</guid><dc:creator><![CDATA[joesitsolutions]]></dc:creator><pubDate>Thu, 20 Apr 2023 17:31:57 GMT</pubDate></item><item><title><![CDATA[Reply to PDF invoices broken on Thu, 20 Apr 2023 16:55:48 GMT]]></title><description><![CDATA[<p dir="auto">Can you check if this is reproducible in our demo? <a href="https://my.demo.cloudron.io" target="_blank" rel="noopener noreferrer nofollow ugc">https://my.demo.cloudron.io</a> (username/password: cloudron) .</p>
]]></description><link>https://forum.cloudron.io/post/65197</link><guid isPermaLink="true">https://forum.cloudron.io/post/65197</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Thu, 20 Apr 2023 16:55:48 GMT</pubDate></item><item><title><![CDATA[Reply to PDF invoices broken on Thu, 20 Apr 2023 16:55:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/joesitsolutions" aria-label="Profile: joesitsolutions">@<bdi>joesitsolutions</bdi></a> A vanilla invoiceninja works for me both in Chrome and Firefox.</p>
<p dir="auto">I also have the following like @humptydumpty</p>
<pre><code>NINJA_ENVIRONMENT=selfhost

PHANTOMJS_PDF_GENERATION=false

COMPOSER_AUTH='{"github-oauth": {"github.com": "${{ secrets.GITHUB_TOKEN }}"}}'
</code></pre>
]]></description><link>https://forum.cloudron.io/post/65196</link><guid isPermaLink="true">https://forum.cloudron.io/post/65196</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Thu, 20 Apr 2023 16:55:15 GMT</pubDate></item><item><title><![CDATA[Reply to PDF invoices broken on Thu, 20 Apr 2023 16:49:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> Yep, Previews work but actually making a PDF and <em>downloading</em> it or <em>Viewing</em> a PDF within the platform produces a grey file. I'm not sure if it is just a "me" issue so if you'd like to test it'd be interesting to see if it is more widespread perhaps.</p>
]]></description><link>https://forum.cloudron.io/post/65195</link><guid isPermaLink="true">https://forum.cloudron.io/post/65195</guid><dc:creator><![CDATA[joesitsolutions]]></dc:creator><pubDate>Thu, 20 Apr 2023 16:49:41 GMT</pubDate></item><item><title><![CDATA[Reply to PDF invoices broken on Thu, 20 Apr 2023 16:46:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/joesitsolutions" aria-label="Profile: joesitsolutions">@<bdi>joesitsolutions</bdi></a> said in <a href="/post/65183">PDF invoices broken</a>:</p>
<blockquote>
<p dir="auto">No change after at all. It is a fresh install from today as I'm messing with it for testing purposes.</p>
</blockquote>
<p dir="auto">I didn't see this before. Let me test with a fresh install. So, I just create an invoice and the PDF generation fails?</p>
]]></description><link>https://forum.cloudron.io/post/65194</link><guid isPermaLink="true">https://forum.cloudron.io/post/65194</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Thu, 20 Apr 2023 16:46:20 GMT</pubDate></item><item><title><![CDATA[Reply to PDF invoices broken on Thu, 20 Apr 2023 16:46:59 GMT]]></title><description><![CDATA[<p dir="auto">Hi All,<br />
Thanks for the reply around this.<br />
Here is the browser console<br />
There are some errors/warnings there<br />
<img src="/assets/uploads/files/1682008591505-23a4fae7-ba5e-43aa-82e4-eb45c5f159c8-image-resized.png" alt="23a4fae7-ba5e-43aa-82e4-eb45c5f159c8-image.png" class=" img-fluid img-markdown" /><br />
Not entirely sure what this means...<br />
Ain't too familiar with Chrome errors.<br />
Here is a log from when I load this page. <a href="https://pastebin.com/JhNaA1v2" target="_blank" rel="noopener noreferrer nofollow ugc">https://pastebin.com/JhNaA1v2</a><br />
Trying some more fixes suggested.<br />
<a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> said in <a href="/post/65190">PDF invoices broken</a>:</p>
<blockquote>
<p dir="auto">PDF_GENERATOR=snappdf</p>
</blockquote>
<p dir="auto">Tried this and PDFs do not generate. Not even in the preview.<br />
Should this be on a new line or is it fine right bellow something?<br />
I did save the env file and restart the app upon each change.</p>
<p dir="auto">I also gave this a shot with no change.</p>
<p dir="auto">@humptydumpty said in <a href="/post/65189">PDF invoices broken</a>:</p>
<blockquote>
<p dir="auto">NINJA_ENVIRONMENT=selfhost</p>
<p dir="auto">PHANTOMJS_PDF_GENERATION=false</p>
<p dir="auto">COMPOSER_AUTH='{"github-oauth": {"<a href="http://github.com" target="_blank" rel="noopener noreferrer nofollow ugc">github.com</a>": "${{ secrets.GITHUB_TOKEN }}"}}'<br />
DISABLE_AUTO_UPDATE=true</p>
</blockquote>
]]></description><link>https://forum.cloudron.io/post/65191</link><guid isPermaLink="true">https://forum.cloudron.io/post/65191</guid><dc:creator><![CDATA[joesitsolutions]]></dc:creator><pubDate>Thu, 20 Apr 2023 16:46:59 GMT</pubDate></item><item><title><![CDATA[Reply to PDF invoices broken on Thu, 20 Apr 2023 16:36:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/joesitsolutions" aria-label="Profile: joesitsolutions">@<bdi>joesitsolutions</bdi></a> said in <a href="/post/65183">PDF invoices broken</a>:</p>
<blockquote>
<p dir="auto">PDF_GENERATOR=hosted_ninja</p>
</blockquote>
<p dir="auto">I think we use snappdf. So, this variable should probably read <code>PDF_GENERATOR=snappdf</code></p>
]]></description><link>https://forum.cloudron.io/post/65190</link><guid isPermaLink="true">https://forum.cloudron.io/post/65190</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Thu, 20 Apr 2023 16:36:24 GMT</pubDate></item><item><title><![CDATA[Reply to PDF invoices broken on Thu, 20 Apr 2023 16:07:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/joesitsolutions" aria-label="Profile: joesitsolutions">@<bdi>joesitsolutions</bdi></a> my instance is working fine but my env file looks like this now, with no mention of the "<em>PDF_GENERATOR=hosted_ninja</em>" line.</p>
<pre><code>NINJA_ENVIRONMENT=selfhost

PHANTOMJS_PDF_GENERATION=false


COMPOSER_AUTH='{"github-oauth": {"github.com": "${{ secrets.GITHUB_TOKEN }}"}}'
DISABLE_AUTO_UPDATE=true

</code></pre>
]]></description><link>https://forum.cloudron.io/post/65189</link><guid isPermaLink="true">https://forum.cloudron.io/post/65189</guid><dc:creator><![CDATA[humpty]]></dc:creator><pubDate>Thu, 20 Apr 2023 16:07:32 GMT</pubDate></item><item><title><![CDATA[Reply to PDF invoices broken on Thu, 20 Apr 2023 15:59:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/joesitsolutions" aria-label="Profile: joesitsolutions">@<bdi>joesitsolutions</bdi></a> do you see any errors in the app logs or the browser console when you try to download it?</p>
]]></description><link>https://forum.cloudron.io/post/65185</link><guid isPermaLink="true">https://forum.cloudron.io/post/65185</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Thu, 20 Apr 2023 15:59:58 GMT</pubDate></item><item><title><![CDATA[Reply to PDF invoices broken on Thu, 20 Apr 2023 15:51:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/nebulon" aria-label="Profile: nebulon">@<bdi>nebulon</bdi></a> Hi, sorry about replying to solved issue but I am getting this weirdly. The PDF does generate but when I go to download/print/view it I get this:<br />
<img src="/assets/uploads/files/1682005595737-314eab3f-ec82-4e85-afc1-7f9eadd8eba1-image-resized.png" alt="314eab3f-ec82-4e85-afc1-7f9eadd8eba1-image.png" class=" img-fluid img-markdown" /><br />
Same issue it seems.<br />
Tried adding these to the env file. Even tried different combos of these.<br />
Not proxied through cloudflare this time.</p>
<pre><code>PHANTOMJS_PDF_GENERATION=false
PDF_GENERATOR=hosted_ninja
</code></pre>
<p dir="auto">No change after at all. It is a fresh install from today as I'm messing with it for testing purposes.</p>
<p dir="auto">Have tried edge,chrome,firefox and no change at all in either. Even tried their windows app with no avail.<br />
The fixes and main issues aren't really descriptive enough for a fix.</p>
<p dir="auto">Any advice or tips on this?</p>
]]></description><link>https://forum.cloudron.io/post/65183</link><guid isPermaLink="true">https://forum.cloudron.io/post/65183</guid><dc:creator><![CDATA[joesitsolutions]]></dc:creator><pubDate>Thu, 20 Apr 2023 15:51:14 GMT</pubDate></item><item><title><![CDATA[Reply to PDF invoices broken on Tue, 25 Jan 2022 17:09:31 GMT]]></title><description><![CDATA[<p dir="auto">I have revoked the latest Cloudron app package now also and we wait for the upstream project to make a fixed release.</p>
]]></description><link>https://forum.cloudron.io/post/42398</link><guid isPermaLink="true">https://forum.cloudron.io/post/42398</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Tue, 25 Jan 2022 17:09:31 GMT</pubDate></item><item><title><![CDATA[Reply to PDF invoices broken on Tue, 25 Jan 2022 17:09:04 GMT]]></title><description><![CDATA[<p dir="auto">The real "bug" is being tracked here - <a href="https://github.com/beganovich/snappdf/issues/22" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/beganovich/snappdf/issues/22</a></p>
]]></description><link>https://forum.cloudron.io/post/42397</link><guid isPermaLink="true">https://forum.cloudron.io/post/42397</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Tue, 25 Jan 2022 17:09:04 GMT</pubDate></item><item><title><![CDATA[Reply to PDF invoices broken on Tue, 25 Jan 2022 16:59:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nebulon" aria-label="Profile: nebulon">@<bdi>nebulon</bdi></a> Editing the env file as David suggested did fix the issue but you're right, it's best if I revert back to an older version for now.</p>
<p dir="auto">It's definitely a breaking issue because you can't see the invoice at all no matter whether it's previewed or downloaded so clients wouldn't be able to view/pay it.</p>
<p dir="auto">For the curious ones out there, toggling "PHANTOMJS_PDF_GENERATION=false"  to true will give you a grey background and an empty file on the invoice PDF's.</p>
<p dir="auto">And if you don't want to revert back, editing the env file to the following will fix the issue:</p>
<p dir="auto">PHANTOMJS_PDF_GENERATION=false<br />
PDF_GENERATOR=hosted_ninja</p>
]]></description><link>https://forum.cloudron.io/post/42395</link><guid isPermaLink="true">https://forum.cloudron.io/post/42395</guid><dc:creator><![CDATA[humpty]]></dc:creator><pubDate>Tue, 25 Jan 2022 16:59:58 GMT</pubDate></item><item><title><![CDATA[Reply to PDF invoices broken on Tue, 25 Jan 2022 16:48:36 GMT]]></title><description><![CDATA[<p dir="auto">Yeah I saw that, not sure why this would be an issue here. The chromium binary is downloaded on image build time. But maybe snappdf need some local cache, if that is the case we can symlink this folder.</p>
<p dir="auto">Anyways I would still say we wait for upstream release with their fix, instead of installing google-chrome on the side, patch the config file and all.</p>
<p dir="auto">If this issue is a blocker, please just revert your Cloudron app to the previous version for now.</p>
]]></description><link>https://forum.cloudron.io/post/42393</link><guid isPermaLink="true">https://forum.cloudron.io/post/42393</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Tue, 25 Jan 2022 16:48:36 GMT</pubDate></item><item><title><![CDATA[Reply to PDF invoices broken on Tue, 25 Jan 2022 14:54:17 GMT]]></title><description><![CDATA[<p dir="auto">I got another reply from the mod that's specific to Cloudron</p>
<pre><code>For cloudron, it is a read only file system, you’ll want to open your .env and change

PDF_GENERATOR=hosted_ninja

you may need to restart your app again afterwards
</code></pre>
]]></description><link>https://forum.cloudron.io/post/42381</link><guid isPermaLink="true">https://forum.cloudron.io/post/42381</guid><dc:creator><![CDATA[humpty]]></dc:creator><pubDate>Tue, 25 Jan 2022 14:54:17 GMT</pubDate></item><item><title><![CDATA[Reply to PDF invoices broken on Tue, 25 Jan 2022 05:25:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> quoting a mod on IN's forum.... should I proceed with this method?</p>
<pre><code>The work around for the broken chromium is as follows, we suggest installing headless chrome directly to your machine:

sudo apt-get update
sudo apt-get install -y libappindicator1 fonts-liberation
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome*.deb

Then update your .env variable as follows

SNAPPDF_CHROMIUM_PATH=/usr/bin/google-chrome-stable

Then optimize

php artisan optimize

</code></pre>
]]></description><link>https://forum.cloudron.io/post/42348</link><guid isPermaLink="true">https://forum.cloudron.io/post/42348</guid><dc:creator><![CDATA[humpty]]></dc:creator><pubDate>Tue, 25 Jan 2022 05:25:16 GMT</pubDate></item><item><title><![CDATA[Reply to PDF invoices broken on Tue, 25 Jan 2022 00:31:14 GMT]]></title><description><![CDATA[<p dir="auto">@humptydumpty they haven't made a new release yet . Per <a href="https://github.com/invoiceninja/invoiceninja/releases" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/invoiceninja/invoiceninja/releases</a> , 5.3.49 is the latest.</p>
]]></description><link>https://forum.cloudron.io/post/42343</link><guid isPermaLink="true">https://forum.cloudron.io/post/42343</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Tue, 25 Jan 2022 00:31:14 GMT</pubDate></item><item><title><![CDATA[Reply to PDF invoices broken on Mon, 24 Jan 2022 15:44:57 GMT]]></title><description><![CDATA[<p dir="auto">I think this is related <a href="https://forum.invoiceninja.com/t/invoice-ninja-broken/9589" target="_blank" rel="noopener noreferrer nofollow ugc">https://forum.invoiceninja.com/t/invoice-ninja-broken/9589</a></p>
]]></description><link>https://forum.cloudron.io/post/42324</link><guid isPermaLink="true">https://forum.cloudron.io/post/42324</guid><dc:creator><![CDATA[humpty]]></dc:creator><pubDate>Mon, 24 Jan 2022 15:44:57 GMT</pubDate></item></channel></rss>