Lucas Ribeiro

Results 11 comments of Lucas Ribeiro

Have the same problem here! The commands seems to haven't done nothing. I can see the process in the `top` but it doesn't consume any CPU/GPU in the running. Tried...

In my case, I was using reserved JS/TS words for naming the svg's objects, i.e: `import Export from './export.svg?component'`. So, I've changed it to snake case with suffix: `import export_icon...

Is just installing enough to change the Tauri's default settings, or do I need to make additional configuration changes? If it's the first case, the error `Unacceptable TLS certificate` keeps...

Oh ok, sorry for the misunderstanding. When I open the URL using Epiphany, I get a blank screen without any error message or log. But there's a warning at the...

Update: just figured that TLS 1.3 wasn't enabled in my Reverse Proxy. After enabling it, the Epiphany browser now is able to open my app (still with `... not secure`...

> I had this problem and was able to fix it for myself. I tested my server on SSL Labs and found out my server's certifcate chain was incomplete. After...

Can we have this feature in the `next` branch as a 2.0 feature? I would love to use it in my context, but I cannot downgrade to the 1.x.

Thanks, you are right. My confusion was that the `dangerousRemoteDomainIpcAccess` config is only in the v1 docs but not in the next docs.