Stefan

Results 4 comments of Stefan

I have the same problem. Backiup and copy to S3 are no problem but fetch and list won't work. I've tried with different API keys, Group policies and even S3FullAccess,...

For me the following is working: `package.json` ```json ... "scripts": { ... "typeorm": "node --require ts-node/register ./node_modules/typeorm/cli.js" } ``` I use a `ormconfig.ts` in the root of the project: ```typescript...

Somewhere I read that the cli doesn't parse/read `.env` files. I've solved it using the `dotenv` package in the `ormconfig.ts`. Installed the package with `yarn install dotenv @types/dotenv -D`. Added...

The issue also seems to be present on my Windows 11 system with a private repository. When doing a `podman compose up` I get `✘ simpleprintserver Error {"message":"unauthorized: authentication required"}`....