79825657

Date: 2025-11-20 15:13:49
Score: 2
Natty:
Report link

In my case, the solution was to modify how the environment variables were handled. Locally, the key was set as an environment variable enclosed in double quotes, for example: key="example key" and everything worked fine. But then, when deployed to Vercel (production), it no longer worked and threw the error. Configuring the environment variables in production as: key=example key, without the double quotes, fixed the problem.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Javier Villalobos Arancibia