B4rtware

Results 3 comments of B4rtware

Hi, its mainly the default fetcher generated by openapi-codegen. I have tried to use the patches which were provided by https://github.com/fabien0102/openapi-codegen/pull/63#issue-1234995523 in the image but this messes with the `components.ts`...

Thanks for pointing me in the right direction. I now have also created a workaround like so: ```typescript [...] throw { ...error, status: response.status }; } if (response.headers.get("content-type")?.includes("json")) { return...

I have now tested it with Backblaze B2 as well. It works with litestream's provided config from https://litestream.io/guides/backblaze/. The restore documentation states that using the replica_url does not use the...