Sebastian Fischer

Results 17 comments of Sebastian Fischer

Can we have this merged please? I would love to be able to enforce the position and format of declare in case the declare is present and not have them...

I'm having the same problem. I created the needed folders and use the following docker-compose.yaml ``` version: "3.8" networks: tig-backend: proxy: external: true services: influxdb: image: influxdb:2.7-alpine restart: always environment:...

A manual process would be a great help. I have 550 records which most are multiples of entries that were exported from gmail and need to be merged now. Would...

Happen to me too today.

Does not work. When i drag an image in the browser a dashed border appears. On drop i receive an exceptions in the dev tools console: ```DOMException: A requested file...

I cleared the browser cache and the error persists. As fare as i see the image do not get transfered. In the network tab no traffic gets triggered due to...

I think, the problem is again the large file size as mentioned in the other ticket where you explained the problem with the backend size limit.

You are right the error is locally. After some debugging, i can say, that it still happens with drag and drop but not with selecting via upload field and uploading...

With the env parameter set i still get an error ``` { "url": "http://db:8090/api/collections/trails/records/4skbnicy838t48a", "status": 400, "response": { "code": 400, "message": "Something went wrong while processing your request.", "data": {...

Updated to latest version and executed a shell in the web container. There i have these env variables present: ``` UPLOAD_PASSWORD= PUBLIC_DISABLE_SIGNUP=true NODE_VERSION=18.20.1 HOSTNAME=28cc2c31f9cb ORIGIN=http://localhost:3000 YARN_VERSION=1.22.19 UPLOAD_USER= SHLVL=2 HOME=/root PUBLIC_POCKETBASE_URL=http://db:8090...