So i came across some serious bug which i think it is. I was moving forward with my project when i noticed an error while querying an index field. I thought it was some code error on my part but i found no error after hours of searching.
So i updated my demo example and tried it there after updating to latest version.
At this location, https://github.com/waptik/test-deno-pentagon/blob/main/main.ts#L67, you can replace the value of meetingId with crypto.randomUUID() and you'll still get the error found in the screenshot.
If you remove .describe('index') from https://github.com/waptik/test-deno-pentagon/blob/main/db.ts#L80 and save the file, the code will run perfectly without errors.

So i came across some serious bug which i think it is. I was moving forward with my project when i noticed an error while querying an
indexfield. I thought it was some code error on my part but i found no error after hours of searching.So i updated my demo example and tried it there after updating to latest version.
At this location, https://github.com/waptik/test-deno-pentagon/blob/main/main.ts#L67, you can replace the value of
meetingIdwithcrypto.randomUUID()and you'll still get the error found in the screenshot.If you remove
.describe('index')from https://github.com/waptik/test-deno-pentagon/blob/main/db.ts#L80 and save the file, the code will run perfectly without errors.