Maksym Smoliński
Maksym Smoliński
> @M4xymm can you rebase and resolve conflict? Sure :), Done. Additionally, I disabled the “About view” rendering until it is done. [RDoc-3604](https://issues.hibernatingrhinos.com/issue/RDoc-3604)
> The "Setup certificate path" should set "Security.Certificate.Path" and not "Setup.Certificate.Path", no? cc @Lwiel
Hi @tzarger I verified this and everything works fine for me. Using your reproduction steps, I created a document with `createdAt` set, without assigning `completedAt`. Class: ``` interface IMyDocument {...
These conventions should not affect this problem in any way. Would you be able to create a reproduction repository?
Hi, I’m not sure yet if this will work correctly. I’ve opened an issue for it and will try to verify it soon. I’ll let you know in the issue
Hi, I checked and for now, if you'd like to use RavenDB, the workaround is to disable the `useHttpDecompression` convention like this: ``` const store = new DocumentStore("localhost:8080", "test"); store.conventions.useHttpDecompression...