Bruno Bernardino

Results 122 comments of Bruno Bernardino

I believe this happens when you do `response.json()` for a request to a URL that doesn't return a `Content-Type: application/json` header (but something like `text/html`) — which works in browser's...

I haven't used this in years, but I'd say either tweak the header response to get a proper `Content-Type` or if you can't do it, perhaps parse with `response.text()` then...

Hi @han2291 and @JamieDerg that is a warning and shouldn't stop anything from working. Are you sure that's the error you're seeing and not something else? Could you post the...

@KiARC what troubles are you running into? Are you using the linked documentation at https://github.com/padloc/padloc/tree/main/docs/examples/hosting/docker or something else?

@liketolivefree thanks for reporting this. I've used Padloc on Murena devices before (currently use GrapheneOS with Google disabled too), so that shouldn't be the cause. It's hard to know what's...

You might want to send an email to [email protected] with that info and your customer email, to see if it's easier to help you out.

@somoit-JSP thanks for reporting this, we'd need a bit more information. That env var should work, but it needs to be passed on to the server properly. Are you running...

Thanks @somoit-JSP and what does your `docker-compose.yml` look like?

@somoit-JSP All looks good and you sent me down a rabbit whole, from which I'll need @MaKleSoft to help me get out of. [This commit](https://github.com/padloc/padloc/commit/19d2b5e49ff82e999ca8164bcd78e85f77cb4361) enabled this feature. And it...

I guess then we need to remove `PL_SERVER_DISABLE_SIGNUP` from [the example env](https://github.com/padloc/padloc/blob/main/docs/examples/config/example.env)