Node.js Library is incorrectly throwing error about missing the build_trigger_id parameter

Hello, I’m currently using the Nodejs Dato library to implement fuzzy search on the site that I’m working on. I’m getting an error due to not specifying the build_trigger_id parameter in the filters query parameter which is only required when a project has more than one build trigger.

My project doesn’t have any build triggers though and is still throwing this error.

Any help would be greatly appreciated, thank you!

Ben

Hello @benjamincbialy

Are you trying to use DatoSearch to implement the functionality?
If so, then a build trigger and a build trigger ID is necessary for DatoSearch to work: DatoCMS Site Search - Configuration - DatoCMS Docs

1 Like

Yep, thank you!