Marco Feicht
Marco Feicht
I had the same problem and for me, it worked to add `phantomArgs: ['--ignore-ssl-errors=yes']` to the `options` object for `html-pdf`.
@Razzwan I'm using this code and `toBuffer` is working very well ``` const pdf_options = { format: "Letter", orientation: "portrait", localUrlAccess: true, border: 0, phantomArgs: ["--ignore-ssl-errors=yes"], }; pdf.create(template, pdf_options).toBuffer(function (err,...
> I base64 the src if that helps. > > ``` > @font-face { > font-family: "CustomFont"; > font-style: normal; > font-weight: 700; > src: url(data:font/truetype;base64,....) > } > ```...
@avert-admin I'm using Strapi v4.0.6 and experiencing the issue that I can't find this menu item.
@kamatheuska I wasn't able to fix it, and I'm using Basic Auth now: https://github.com/WP-API/Basic-Auth Please not, that Basic Auth is only "secure" if you use it with HTTPS.
@RapahelS I'm having the same issue. How did you manage the import of `getItemsFromAmazonByKeyword` in `app.js`?
I have the same issue. Using version 2.3.6 of Geist-UI Maybe that's an Apple M1 issue. I'm having an M1 Max in my machine and facing the same issue. Others...
Hi @hloriana Thank you for your quick reply! I think the problem is maybe located between CloudFront and S3/Lambda. Because when I request the site on one device and few...
Hi @hloriana Quick update for you: Today, I deployed a new app with the ID `dwlqy3pibcqzt` to the Amplify Console. The app runs also on Next.js with SSR and I'm...
@hloriana Yes, it's a basic Next.js app with `getStaticProps()` and Incremental Static Regeneration. All the pages are built at build time or in the background. So, there is nothing that...