Nitesh Vijay

Results 23 comments of Nitesh Vijay

@wondertalik Please share the crash dumps from %LOCALAPPDATA%\CrashDumps

@wondertalik can you delete this folder and restart emulator to capture new crash dumps?

@wondertalik, also try a fresh install by manually deleting Emulator binaries from `C:\Program Files` and also from %LOCALAPPDATA%

> > @wondertalik can you delete this folder and restart emulator to capture new crash dumps? > > [CrashDumps (2).zip](https://github.com/user-attachments/files/16837169/CrashDumps.2.zip) Is this the only dump captured during the run?

curl is added in latest version. Pull image from `mcr.microsoft.com/cosmosdb/linux/azure-cosmos-emulator:latest`

Please share traces using troubleshooting steps. Link - https://learn.microsoft.com/en-us/troubleshoot/azure/cosmos-db/tools-connectors/emulator

To get AllVersionAndDelete change feed on emulator, you need to set FullFidelityRention to max 10 mins in Container Properties. Here is container creation example in dotnet which enable AllVersionAndDelete Change...

Why are you passing `HttpClientFactory = () => _container.HttpClient,` in clientOptions? You can use `ServerCertificateCustomValidationCallback = ((certificate2, chain, arg3) => true)` to skip SSL certificate validation.

@steveryan Can you please share the docker logs from your CI pipeline. Also share the cmd used to start docker container.

@adrian-gheorghe can you please confirm if stable tagged version works for you?