Tobias Nordahl Kristensen

Results 139 comments of Tobias Nordahl Kristensen

Update: Using `firebase emulators:exec --only auth,functions,firestore,hosting,pubsub 'npm run __jest'` and therefore not using extensions fixes it. Are we still in a situation where `extensions` are problematic, in some flows? We...

@aalej Take a look at the mcve to see the issues with the extensions. https://github.com/exetico/issues-7779/actions With only (=extensions excluded): https://github.com/exetico/issues-7779/actions/runs/11292281349/job/31407950327 Without only: https://github.com/exetico/issues-7779/actions/runs/11292281353/job/31407950329 The mcve looks a bit too complex,...

@aalej Thank you. I still think it's important to know, why `extensions` are the solution which does kill the emulator. I mean, as the other services are able to work...

I just tried setting up a fresh super-productivity instance rocking 16.3.5, with webdav. So, a fresh setup. It's behind Caddy, btw. I'm also thrown the same error. ``` log.ts:304 [sync]...

@johannesjo I just updated to latest release where you added a bit more details. Here's the latest details about the error thrown, once I press `Sync Now`: ```log webdav-http-adapter.ts:85 PUT...

I'm not here to rush and stress a solution out of you. I've updated to the latest version. It's still a `HttpNotOkAPIError`, but I don't think it's related to my...

@johannesjo I'm facing the problem with the normal webdav container: ```yaml webdav: # This is the same webdav in `http://webdav`, image: hacdias/webdav:v5.9 container_name: webdav restart: unless-stopped ports: - '2345:2345' volumes:...

Looks like Docker Hub it stuck on `v16.5.5` right now. Maybe that's per design?

Hi again, Great to see the new version on Docker Hub. **I fixed my problem**, after using more than a hour again, with funny takes, all different kind of configurations....