Clément Vannicatte

Results 224 comments of Clément Vannicatte

Hey, on what environment is your application running? `generateSecuredApiKey` is only available from the `node` bundle, or for more modern frontend implementations `fetch` also offers it. If you are in...

Would you mind providing a minimal reproduction if possible? From a simple node env it seems like the type is present https://github.com/algolia/api-clients-automation/blob/main/playground/javascript/node/algoliasearch.ts#L32 so I assume this is a resolution problem

Looking at https://github.com/nitrojs/nitro/issues/2242 which points to https://github.com/nitrojs/nitro/blob/7e13a51fe6cf005109fd5ab60015cb1b38380be9/src/options.ts#L542-L552, it seems like `worker` should resolve properly, but from the issue details, it might resolve to `browser` instead

Could you log `client.transporter.algoliaAgent.value` in your environment and show what it returns? the user agent should contain the build used

Pretty weird to see this UA as hovering the import shows the browser one: `module "node_modules/.pnpm/[email protected]/node_modules/algoliasearch/dist/browser" `

Hey there, thanks a lot for opening the issue, glad you found a solution, and so sorry for taking so long to answer! Could you let me know if the...

closing, I just tried again and it **seems** to work, feel free to ping if it's not the case for you!

Hey there, thanks for opening the issue and using the plugin :) Sorry about the delay, I did not had much time to tackle this issue, but it will be...

Hey thanks a loooot for testing, for some reason I only tested with both buffers enabled for neotree, and I just realized (thanks to your issue) that I did a...

Hey, a proper and much better fix should be available in the new version (2.4.3), let me know if you encounter any other problem :)