Search found 2192 matches

Hello. const response = await bryntum.grid.AjaxHelper.get('data/state.json'); I suppose this won't work, because your LWC gets compiled to a single file and there is nothing that can be loaded that way with fetch . You can try importing it like we do in this demo: https://github.com/bryntum/bryntum-...

Reason is found, please see ticket for more info and possible workaround.

Yes, it is expected

Hello.
I am sorry, I did not understand the question. Could you please elaborate?

I checked your HTML, it does not contain any "b-sch-dependency" elements which means your client app did not produce any. I am not sure how such a thing can occur. Do you switch dependency feature on and off? If you do, it might so happen that feature gets disabled by accident. Try listeni...

We have an assumption issue might be related to caching on puppeteer side. We will try disabling cache and seeing if it helps: https://pptr.dev/api/puppeteer.page.setcacheenabled/

Hello.
First, we need to inspect HTML which goes from client to the export server and check if dependency elements are there. Please check out this troubleshooting guide and provide us with this HTML: https://github.com/bryntum/pdf-export-server/blob/main/docs/troubleshooting.md

Do I understand correctly that hypothesis about outdated browser is true on your end, and you solved problem by upgrading? We upgraded our version to 104.0.5109.0 but it didn't help. However, that is still 15 major versions behind.

Hello. Which version of PDF export server do you use? More specifically, which puppeteer version? I get a feeling because of outdated browser some styles work different, or maybe even not supported. It has to be a problem with a browser version, because styles are apparently loaded. Another possible...

Reproduced, ticket opened here: https://github.com/bryntum/support/issues/7970 Thank you for report