Simon
Simon
Hi @v1k1, thanks for your reply. We didn't notice this behavior before, only since the end of January we have noticed this. Furthermore, the container starts very slowly, which makes...
I also noticed that the associated query string for `ARRAY_CONTAINS` is also generated incorrectly. According to the [documentation](https://learn.microsoft.com/en-us/azure/cosmos-db/nosql/query/array-contains), the function is structured as follows: `ARRAY_CONTAINS(, [, ])` `ARRAY_CONTAINS(@param, r.partitionKey, true)`...
I do have the same issue. I do have Spring Cloud Gateway running and behind that several microservices. To all projects, I added the dependencies `io.micrometer:micrometer-tracing` and `io.micrometer:micrometer-tracing-bridge-otel`. Now the...
Hi @uxkjaer I reproduced your example and my action handler was registered and called correctly. Take a look at [cap-bookshop-typescript](https://github.com/HeneryHawk/cap-bookshop-typescript) example repo. https://github.com/HeneryHawk/cap-bookshop-typescript/blob/master/src/functions/FunctionHandler.ts#L15-L27 Regards Simon
Regarding the very slow startup, we have implemented a workaround that pings `/_explorer/emulator.pem` until this URL is accessible. This has now worked well for a while, but further errors have...