tnurmi82

Results 10 comments of tnurmi82

App Runner adding Web socket support will be a game changer for me. I wonder when will this be available 🤔

We have an app using ui5-webcomponents and also ui5-webcomponents-react. This issue is happening with `` React component as well. I'm experimenting with a CSS workaround: `ui5-static-area-item { display: none !important;...

Ok so.., I wanted to use the Accordion but I couldn't import it. I quickly noticed the docs say: "In Amplify UI v5 this was called Expander.". Which made me...

Same exception here. I'm trying to use PuppeteerSharp in AWS AppRunner (Linux). Any news, anyone?

@kblok `PuppeteerSharp.ProcessException: Failed to launch browser! /app/out/Chrome/Linux-127.0.6533.88/chrome-linux64/chrome: error while loading shared libraries: libdbus-1.so.3: cannot open shared object file: No such file or directory`

@kblok seems so indeed. I just kind of assumed that PuppeteerSharp NuGet package itself contains all that is needed. I'll have to study how I can install additional stuff in...

Thanks @kblok , I'm starting to see this might require some effort to get it going in AWS AppRunner. I found this for material: https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md#chrome-headless-doesnt-launch-on-unix

Hi again @kblok - I've managed to install all dependencies required by the Chrome that is automatically downloaded by PuppeteerSharp. But I'm still stuck at "Failed to launch browser!" which...

@kblok yeah: I tried with newer 128.0.6613.113 but funnily enough it suffers from another missing symbol: ippValidateAttributes. I guess I'll need to try some older versions and hopefully find a...

@kblok downgrading to Chrome `126.0.6478.126` worked and now I finally have working PuppeteerSharp running in AWS App Runner, on Amazon Linux 2023. To share my experience: I'm specifically using the...