Bruno Bernardino

Results 122 comments of Bruno Bernardino

Can you try accessing it via http://localhost:8080 instead (that's what that basic config expects)? If you don't want to access it via localhost, you'll need to set `PL_PWA_URL` and `PL_SERVER_URL`...

@working-name I'm not sure what to do about the IP matching in Windows, but as for the CSP error, what's used in it is `PL_PWA_URL`, not `PL_SERVER_URL`, and that's what...

I agree it's not _obvious_ which of the variables you _need_ to set and which are _optional_ (or even necessary/unnecessary in combination), but it's hard to allow people to experiment...

> Oh it's not my ticket, but if I were to suggest an improvement it is to add PL_PWA_URL in the [simple docker sample config](https://github.com/padloc/padloc/blob/main/docs/examples/hosting/docker/basic/docker-compose.yml#L26). Thanks, I'll add that soon....

Hey @tillmann-crabnebula there were some Tauri updates between 4.2.0 and 4.3.0, have you tried with 4.3.0? You can find it [here](https://github.com/padloc/padloc/releases/tag/v4.3.0).

Thanks @tillmann-crabnebula ! @JonasKruckenberg is there anything we can do to mitigate this? [The element is pretty simple and uses a `setTimeout`](https://github.com/padloc/padloc/blob/main/packages/app/src/elements/notification.ts#L85).

What do you think @MaKleSoft ? You're the `lit-html` expert here!

Thanks for reporting this @andrejdaskalov can you share a few more details? - Is this on 4.1.0? - Are you using Windows 10 or Windows 11? - What's your biometric...

Thanks @andrejdaskalov, I don't understand why we're getting this error, since `web.padloc.app` is exactly the RP ID (help @MaKleSoft?). Are you able to try the Electron app and see if...

Do you have some more details on this? Was it imported by somewhere else? We're using `toLocaleDateString()` when showing, and are timezone agnostic when storing the date (`YYYY-MM-DD`).