79486195

Date: 2025-03-05 10:41:45
Score: 0.5
Natty:
Report link

Had this problem. My access token had quote marks in my local.env...

ENV_TOKEN="access_token"

Removed them for the production environment...

ENV_TOKEN=access_token

And it worked.

Reasons:
  • Whitelisted phrase (-1): it worked
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: thetada