If someone is against this error in the arcjet bot detection, make sure in your config/arcjet.js you change the mode to of the DetectBot(). @adrianhajdin ```JS detectBot({ mode: process.env.NODE_ENV === 'production' ? 'LIVE' : 'DRY_RUN', ... }) ```
If someone is against this error in the arcjet bot detection,
make sure in your config/arcjet.js you change the mode to of the DetectBot(). @adrianhajdin