BotID Deep Analysis flags all requests as isBot: true

Description

Recently followed the guide to integrate BotID into a Next.js app (version < 15.3); however, when enabling Deep Analysis, every request is being flagged as isBot: true, even for real users.

Current behavior:

  • With Deep Analysis enabled all requests are marked as isBot: true.

Expected Behavior:

  • Only actual bot traffic should be flagged. Real user requests should return isBot: false.

Additional Questions

  • Are there still benefits to using BotID without Deep Analysis?